sqssystemattribute

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 15, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

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

KeyMap returns all keys of the enum SQSSystemAttribute in a K:SQSSystemAttribute,V:key map

func (SQSSystemAttribute) NameMap

NameMap returns all names of the enum SQSSystemAttribute in a K:name,V:SQSSystemAttribute map

func (SQSSystemAttribute) ParseByKey

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL