Class: Aws::MediaLive::Types::CreateTagsRequest

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 CreateTagsRequest data as a hash:

{
  resource_arn: "__string", # required
  tags: {
    "__string" => "__string",
  },
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

Returns:

  • (String)


4676
4677
4678
4679
4680
4681
# File 'lib/aws-sdk-medialive/types.rb', line 4676

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

#tagsHash<String,String>

Returns:

  • (Hash<String,String>)


4676
4677
4678
4679
4680
4681
# File 'lib/aws-sdk-medialive/types.rb', line 4676

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