types

package
v0.0.0-...-0b07321 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 22, 2023 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AWSConvertible

type AWSConvertible[T any] interface {
	ToAWS(t *testing.T) *T
}

type Bucket

type Bucket struct {
	CreationDate *string
	Name         *string
}

func (*Bucket) ToAWS

func (b *Bucket) ToAWS(t *testing.T) *types.Bucket

type ListAllMyBucketsResult

type ListAllMyBucketsResult struct {
	Buckets []Bucket `xml:"Buckets>Bucket"`
	Owner   *Owner
}

func (*ListAllMyBucketsResult) ToAWS

type LocationConstraint

type LocationConstraint struct {
	LocationConstraint string `xml:",chardata"`
}

func (*LocationConstraint) ToAWS

type Owner

type Owner struct {
	DisplayName *string
	ID          *string
}

func (*Owner) ToAWS

func (o *Owner) ToAWS() *types.Owner

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL