Documentation ¶
Index ¶
- type SNSCreateTopicAttribute
- func (i SNSCreateTopicAttribute) Caption() string
- func (i SNSCreateTopicAttribute) CaptionMap() map[SNSCreateTopicAttribute]string
- func (i SNSCreateTopicAttribute) Description() string
- func (i SNSCreateTopicAttribute) DescriptionMap() map[SNSCreateTopicAttribute]string
- func (i SNSCreateTopicAttribute) IntString() string
- func (i SNSCreateTopicAttribute) IntValue() int
- func (i SNSCreateTopicAttribute) Key() string
- func (i SNSCreateTopicAttribute) KeyMap() map[SNSCreateTopicAttribute]string
- func (i SNSCreateTopicAttribute) NameMap() map[string]SNSCreateTopicAttribute
- func (i SNSCreateTopicAttribute) ParseByKey(s string) (SNSCreateTopicAttribute, error)
- func (i SNSCreateTopicAttribute) ParseByName(s string) (SNSCreateTopicAttribute, error)
- func (i SNSCreateTopicAttribute) String() string
- func (i SNSCreateTopicAttribute) Valid() bool
- func (i SNSCreateTopicAttribute) ValueSlice() []SNSCreateTopicAttribute
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SNSCreateTopicAttribute ¶
type SNSCreateTopicAttribute int
const ( UNKNOWN SNSCreateTopicAttribute = 0 DeliveryPolicy SNSCreateTopicAttribute = 1 DisplayName SNSCreateTopicAttribute = 2 Policy SNSCreateTopicAttribute = 3 KmsMasterKeyId SNSCreateTopicAttribute = 4 )
func (SNSCreateTopicAttribute) Caption ¶
func (i SNSCreateTopicAttribute) Caption() string
Caption retrieves a SNSCreateTopicAttribute enum string caption
func (SNSCreateTopicAttribute) CaptionMap ¶
func (i SNSCreateTopicAttribute) CaptionMap() map[SNSCreateTopicAttribute]string
CaptionMap returns all captions of the enum SNSCreateTopicAttribute in a K:SNSCreateTopicAttribute,V:caption map
func (SNSCreateTopicAttribute) Description ¶
func (i SNSCreateTopicAttribute) Description() string
Description retrieves a SNSCreateTopicAttribute enum string description
func (SNSCreateTopicAttribute) DescriptionMap ¶
func (i SNSCreateTopicAttribute) DescriptionMap() map[SNSCreateTopicAttribute]string
DescriptionMap returns all descriptions of the enum SNSCreateTopicAttribute in a K:SNSCreateTopicAttribute,V:description map
func (SNSCreateTopicAttribute) IntString ¶
func (i SNSCreateTopicAttribute) IntString() string
IntString gets the intrinsic enum integer value represented in string format
func (SNSCreateTopicAttribute) IntValue ¶
func (i SNSCreateTopicAttribute) IntValue() int
IntValue gets the intrinsic enum integer value
func (SNSCreateTopicAttribute) Key ¶
func (i SNSCreateTopicAttribute) Key() string
Key retrieves a SNSCreateTopicAttribute enum string key
func (SNSCreateTopicAttribute) KeyMap ¶
func (i SNSCreateTopicAttribute) KeyMap() map[SNSCreateTopicAttribute]string
KeyMap returns all keys of the enum SNSCreateTopicAttribute in a K:SNSCreateTopicAttribute,V:key map
func (SNSCreateTopicAttribute) NameMap ¶
func (i SNSCreateTopicAttribute) NameMap() map[string]SNSCreateTopicAttribute
NameMap returns all names of the enum SNSCreateTopicAttribute in a K:name,V:SNSCreateTopicAttribute map
func (SNSCreateTopicAttribute) ParseByKey ¶
func (i SNSCreateTopicAttribute) ParseByKey(s string) (SNSCreateTopicAttribute, error)
ParseByKey retrieves a SNSCreateTopicAttribute enum value from the enum string key, throws an error if the param is not part of the enum
func (SNSCreateTopicAttribute) ParseByName ¶
func (i SNSCreateTopicAttribute) ParseByName(s string) (SNSCreateTopicAttribute, error)
ParseByName retrieves a SNSCreateTopicAttribute enum value from the enum string name, throws an error if the param is not part of the enum
func (SNSCreateTopicAttribute) String ¶
func (i SNSCreateTopicAttribute) String() string
func (SNSCreateTopicAttribute) Valid ¶
func (i SNSCreateTopicAttribute) Valid() bool
Valid returns 'true' if the value is listed in the SNSCreateTopicAttribute enum map definition, 'false' otherwise
func (SNSCreateTopicAttribute) ValueSlice ¶
func (i SNSCreateTopicAttribute) ValueSlice() []SNSCreateTopicAttribute
ValueSlice returns all values of the enum SNSCreateTopicAttribute in a slice