Class: Aws::AppConfig::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the resource for which to retrieve tags.

Returns:

  • (String)


2346
2347
2348
2349
2350
2351
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2346

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

#tagsHash<String,String>

The key-value string map. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.

Returns:

  • (Hash<String,String>)


2346
2347
2348
2349
2350
2351
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2346

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