Class: Aws::DirectConnect::Types::ResourceTag

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-directconnect/types.rb

Overview

Information about a tag associated with an AWS Direct Connect resource.

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


2394
2395
2396
2397
2398
# File 'lib/aws-sdk-directconnect/types.rb', line 2394

class ResourceTag < Struct.new(
  :resource_arn,
  :tags)
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags.

Returns:



2394
2395
2396
2397
2398
# File 'lib/aws-sdk-directconnect/types.rb', line 2394

class ResourceTag < Struct.new(
  :resource_arn,
  :tags)
  include Aws::Structure
end