Class: Aws::AppFabric::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that you want to tag.
-
#tags ⇒ Array<Types::Tag>
A map of the key-value pairs of the tag or tags to assign to the resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that you want to tag.
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 |
#tags ⇒ Array<Types::Tag>
A map of the key-value pairs of the tag or tags to assign to the resource.
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 |