Class: Aws::GlobalAccelerator::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::TagResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to.
-
#tags ⇒ Array<Types::Tag>
The tags to add to a resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.
3203 3204 3205 3206 3207 3208 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3203 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to add to a resource. A tag consists of a key and a value that you define.
3203 3204 3205 3206 3207 3208 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3203 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |