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