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