sqscreatequeueattribute

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: 1

Documentation

Index

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

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

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

Key retrieves a SQSCreateQueueAttribute enum string key

func (SQSCreateQueueAttribute) KeyMap

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

func (SQSCreateQueueAttribute) NameMap

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

func (SQSCreateQueueAttribute) ParseByKey

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

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

ValueSlice returns all values of the enum SQSCreateQueueAttribute in a slice

Jump to

Keyboard shortcuts

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