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