Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct { ContentID string `json:"contentID"` ContentType string `json:"contentType"` ContentTypeParams map[string]string `json:"contentTypeParams"` Filename string `json:"filename"` }
func (File) ToAttributeValue ¶
func (f File) ToAttributeValue() types.AttributeValue
type Files ¶
type Files []File
func (Files) ToAttributeValue ¶
func (fs Files) ToAttributeValue() types.AttributeValue
Click to show internal directories.
Click to hide internal directories.