class Amazonite::Kinesis::UntagResourceInput

Included Modules

Defined in:

kinesis/untag_resource_input.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(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 from which to remove tags.


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

The Amazon Resource Name (ARN) of the Kinesis resource from which to remove 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 tag_keys : Array(String) #

A list of tag key-value pairs. Existing tags of the resource whose keys are members of this list will be removed from the Kinesis resource.


[View source]
def tag_keys=(tag_keys : Array(String)) #

A list of tag key-value pairs. Existing tags of the resource whose keys are members of this list will be removed from the Kinesis resource.


[View source]
def validate! : Nil #

[View source]