Class: Aws::DirectConnect::Types::ResourceTag
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::ResourceTag
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
Overview
Information about a tag associated with an Direct Connect resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
-
#tags ⇒ Array<Types::Tag>
The tags.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
3297 3298 3299 3300 3301 3302 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3297 class ResourceTag < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags.
3297 3298 3299 3300 3301 3302 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3297 class ResourceTag < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |