Class: Aws::AppFabric::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource that you want to tag.

Returns:

  • (String)


1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1644

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

#tagsArray<Types::Tag>

A map of the key-value pairs of the tag or tags to assign to the resource.

Returns:



1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1644

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