Class: Aws::MediaLive::Types::DeleteTagsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Note:

When making an API call, you may pass DeleteTagsRequest data as a hash:

{
  resource_arn: "__string", # required
  tag_keys: ["__string"], # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

Returns:

  • (String)


5227
5228
5229
5230
5231
5232
# File 'lib/aws-sdk-medialive/types.rb', line 5227

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

#tag_keysArray<String>

Returns:

  • (Array<String>)


5227
5228
5229
5230
5231
5232
# File 'lib/aws-sdk-medialive/types.rb', line 5227

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