Class: Aws::Kinesis::Types::UntagResourceInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

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

Returns:

  • (String)


2803
2804
2805
2806
2807
2808
2809
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2803

class UntagResourceInput < Struct.new(
  :tag_keys,
  :resource_arn,
  :stream_id)
  SENSITIVE = []
  include Aws::Structure
end

#stream_idString

Not Implemented. Reserved for future use.

Returns:

  • (String)


2803
2804
2805
2806
2807
2808
2809
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2803

class UntagResourceInput < Struct.new(
  :tag_keys,
  :resource_arn,
  :stream_id)
  SENSITIVE = []
  include Aws::Structure
end

#tag_keysArray<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.

Returns:

  • (Array<String>)


2803
2804
2805
2806
2807
2808
2809
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2803

class UntagResourceInput < Struct.new(
  :tag_keys,
  :resource_arn,
  :stream_id)
  SENSITIVE = []
  include Aws::Structure
end