Class: Aws::Kinesis::Types::UntagResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::UntagResourceInput
- Defined in:
- gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Kinesis resource from which to remove tags.
-
#stream_id ⇒ String
Not Implemented.
-
#tag_keys ⇒ Array<String>
A list of tag key-value pairs.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Kinesis resource from which to remove tags.
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_id ⇒ String
Not Implemented. Reserved for future use.
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_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.
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 |