Documentation ¶
Index ¶
- type SQSCreateQueueAttribute
- func (i SQSCreateQueueAttribute) Caption() string
- func (i SQSCreateQueueAttribute) CaptionMap() map[SQSCreateQueueAttribute]string
- func (i SQSCreateQueueAttribute) Description() string
- func (i SQSCreateQueueAttribute) DescriptionMap() map[SQSCreateQueueAttribute]string
- func (i SQSCreateQueueAttribute) IntString() string
- func (i SQSCreateQueueAttribute) IntValue() int
- func (i SQSCreateQueueAttribute) Key() string
- func (i SQSCreateQueueAttribute) KeyMap() map[SQSCreateQueueAttribute]string
- func (i SQSCreateQueueAttribute) NameMap() map[string]SQSCreateQueueAttribute
- func (i SQSCreateQueueAttribute) ParseByKey(s string) (SQSCreateQueueAttribute, error)
- func (i SQSCreateQueueAttribute) ParseByName(s string) (SQSCreateQueueAttribute, error)
- func (i SQSCreateQueueAttribute) String() string
- func (i SQSCreateQueueAttribute) Valid() bool
- func (i SQSCreateQueueAttribute) ValueSlice() []SQSCreateQueueAttribute
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQSCreateQueueAttribute ¶
type SQSCreateQueueAttribute int
const ( UNKNOWN SQSCreateQueueAttribute = 0 DelaySeconds SQSCreateQueueAttribute = 1 MaximumMessageSize SQSCreateQueueAttribute = 2 MessageRetentionPeriod SQSCreateQueueAttribute = 3 Policy SQSCreateQueueAttribute = 4 ReceiveMessageWaitTimeSeconds SQSCreateQueueAttribute = 5 RedrivePolicy SQSCreateQueueAttribute = 6 DeadLetterTargetArn SQSCreateQueueAttribute = 7 MaxReceiveCount SQSCreateQueueAttribute = 8 VisibilityTimeout SQSCreateQueueAttribute = 9 KmsMasterKeyId SQSCreateQueueAttribute = 10 KmsDataKeyReusePeriodSeconds SQSCreateQueueAttribute = 11 FifoQueue SQSCreateQueueAttribute = 12 ContentBasedDeduplication SQSCreateQueueAttribute = 13 )
func (SQSCreateQueueAttribute) Caption ¶
func (i SQSCreateQueueAttribute) Caption() string
Caption retrieves a SQSCreateQueueAttribute enum string caption
func (SQSCreateQueueAttribute) CaptionMap ¶
func (i SQSCreateQueueAttribute) CaptionMap() map[SQSCreateQueueAttribute]string
CaptionMap returns all captions of the enum SQSCreateQueueAttribute in a K:SQSCreateQueueAttribute,V:caption map
func (SQSCreateQueueAttribute) Description ¶
func (i SQSCreateQueueAttribute) Description() string
Description retrieves a SQSCreateQueueAttribute enum string description
func (SQSCreateQueueAttribute) DescriptionMap ¶
func (i SQSCreateQueueAttribute) DescriptionMap() map[SQSCreateQueueAttribute]string
DescriptionMap returns all descriptions of the enum SQSCreateQueueAttribute in a K:SQSCreateQueueAttribute,V:description map
func (SQSCreateQueueAttribute) IntString ¶
func (i SQSCreateQueueAttribute) IntString() string
IntString gets the intrinsic enum integer value represented in string format
func (SQSCreateQueueAttribute) IntValue ¶
func (i SQSCreateQueueAttribute) IntValue() int
IntValue gets the intrinsic enum integer value
func (SQSCreateQueueAttribute) Key ¶
func (i SQSCreateQueueAttribute) Key() string
Key retrieves a SQSCreateQueueAttribute enum string key
func (SQSCreateQueueAttribute) KeyMap ¶
func (i SQSCreateQueueAttribute) KeyMap() map[SQSCreateQueueAttribute]string
KeyMap returns all keys of the enum SQSCreateQueueAttribute in a K:SQSCreateQueueAttribute,V:key map
func (SQSCreateQueueAttribute) NameMap ¶
func (i SQSCreateQueueAttribute) NameMap() map[string]SQSCreateQueueAttribute
NameMap returns all names of the enum SQSCreateQueueAttribute in a K:name,V:SQSCreateQueueAttribute map
func (SQSCreateQueueAttribute) ParseByKey ¶
func (i SQSCreateQueueAttribute) ParseByKey(s string) (SQSCreateQueueAttribute, error)
ParseByKey retrieves a SQSCreateQueueAttribute enum value from the enum string key, throws an error if the param is not part of the enum
func (SQSCreateQueueAttribute) ParseByName ¶
func (i SQSCreateQueueAttribute) ParseByName(s string) (SQSCreateQueueAttribute, error)
ParseByName retrieves a SQSCreateQueueAttribute enum value from the enum string name, throws an error if the param is not part of the enum
func (SQSCreateQueueAttribute) String ¶
func (i SQSCreateQueueAttribute) String() string
func (SQSCreateQueueAttribute) Valid ¶
func (i SQSCreateQueueAttribute) Valid() bool
Valid returns 'true' if the value is listed in the SQSCreateQueueAttribute enum map definition, 'false' otherwise
func (SQSCreateQueueAttribute) ValueSlice ¶
func (i SQSCreateQueueAttribute) ValueSlice() []SQSCreateQueueAttribute
ValueSlice returns all values of the enum SQSCreateQueueAttribute in a slice