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