snssubscribeattribute

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2024 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 SNSSubscribeAttribute

type SNSSubscribeAttribute int
const (
	UNKNOWN            SNSSubscribeAttribute = 0
	DeliveryPolicy     SNSSubscribeAttribute = 1
	FilterPolicy       SNSSubscribeAttribute = 2
	RawMessageDelivery SNSSubscribeAttribute = 3
	RedrivePolicy      SNSSubscribeAttribute = 4
)

func (SNSSubscribeAttribute) Caption

func (i SNSSubscribeAttribute) Caption() string

Caption retrieves a SNSSubscribeAttribute enum string caption

func (SNSSubscribeAttribute) CaptionMap

CaptionMap returns all captions of the enum SNSSubscribeAttribute in a K:SNSSubscribeAttribute,V:caption map

func (SNSSubscribeAttribute) Description

func (i SNSSubscribeAttribute) Description() string

Description retrieves a SNSSubscribeAttribute enum string description

func (SNSSubscribeAttribute) DescriptionMap

func (i SNSSubscribeAttribute) DescriptionMap() map[SNSSubscribeAttribute]string

DescriptionMap returns all descriptions of the enum SNSSubscribeAttribute in a K:SNSSubscribeAttribute,V:description map

func (SNSSubscribeAttribute) IntString

func (i SNSSubscribeAttribute) IntString() string

IntString gets the intrinsic enum integer value represented in string format

func (SNSSubscribeAttribute) IntValue

func (i SNSSubscribeAttribute) IntValue() int

IntValue gets the intrinsic enum integer value

func (SNSSubscribeAttribute) Key

func (i SNSSubscribeAttribute) Key() string

Key retrieves a SNSSubscribeAttribute enum string key

func (SNSSubscribeAttribute) KeyMap

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

func (SNSSubscribeAttribute) NameMap

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

func (SNSSubscribeAttribute) ParseByKey

ParseByKey retrieves a SNSSubscribeAttribute enum value from the enum string key, throws an error if the param is not part of the enum

func (SNSSubscribeAttribute) ParseByName

ParseByName retrieves a SNSSubscribeAttribute enum value from the enum string name, throws an error if the param is not part of the enum

func (SNSSubscribeAttribute) String

func (i SNSSubscribeAttribute) String() string

func (SNSSubscribeAttribute) Valid

func (i SNSSubscribeAttribute) Valid() bool

Valid returns 'true' if the value is listed in the SNSSubscribeAttribute enum map definition, 'false' otherwise

func (SNSSubscribeAttribute) ValueSlice

ValueSlice returns all values of the enum SNSSubscribeAttribute in a slice

Jump to

Keyboard shortcuts

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