Class: Aws::MediaLive::Types::DeleteTagsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DeleteTagsRequest
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#resource_arn ⇒ String
3169 3170 3171 3172 3173 3174 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3169 class DeleteTagsRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
3169 3170 3171 3172 3173 3174 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3169 class DeleteTagsRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |