class Amazonite::Kinesis::TagResourceInput

Included Modules

Defined in:

kinesis/tag_resource_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tags : Hash(String, String), resource_arn : String, stream_id : String | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def resource_arn : String #

The Amazon Resource Name (ARN) of the Kinesis resource to which to add tags.


[View source]
def resource_arn=(resource_arn : String) #

The Amazon Resource Name (ARN) of the Kinesis resource to which to add tags.


[View source]
def stream_id : String | Nil #

Not Implemented. Reserved for future use.


[View source]
def stream_id=(stream_id : String | Nil) #

Not Implemented. Reserved for future use.


[View source]
def tags : Hash(String, String) #

An array of tags to be added to the Kinesis resource. A tag consists of a required key and an optional value. You can add up to 50 tags per resource.

Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @.


[View source]
def tags=(tags : Hash(String, String)) #

An array of tags to be added to the Kinesis resource. A tag consists of a required key and an optional value. You can add up to 50 tags per resource.

Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @.


[View source]
def validate! : Nil #

[View source]