Class: Aws::Route53Profiles::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) for the resource that you want to add tags to.

Returns:

  • (String)


866
867
868
869
870
871
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 866

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

#tagsHash<String,String>

The tags that you want to add to the specified resource.

Returns:

  • (Hash<String,String>)


866
867
868
869
870
871
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 866

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