Class: Aws::MediaStore::Types::UntagResourceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resourceString

The Amazon Resource Name (ARN) for the container.

Returns:

  • (String)


818
819
820
821
822
823
# File 'gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb', line 818

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

#tag_keysArray<String>

A comma-separated list of keys for tags that you want to remove from the container. For example, if your container has two tags (customer:CompanyA and priority:High) and you want to remove one of the tags (priority:High), you specify the key for the tag that you want to remove (priority).

Returns:

  • (Array<String>)


818
819
820
821
822
823
# File 'gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb', line 818

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