Class: Aws::Chime::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UntagResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:resource_arn]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The resource ARN.
-
#tag_keys ⇒ Array<String>
The tag keys.
Instance Attribute Details
#resource_arn ⇒ String
The resource ARN.
8018 8019 8020 8021 8022 8023 |
# File 'lib/aws-sdk-chime/types.rb', line 8018 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [:resource_arn] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The tag keys.
8018 8019 8020 8021 8022 8023 |
# File 'lib/aws-sdk-chime/types.rb', line 8018 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [:resource_arn] include Aws::Structure end |