Class: Aws::OAM::Types::ListLinksItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::ListLinksItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-oam/types.rb
Overview
A structure that contains information about one of this source account’s links to a monitoring account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the link.
-
#id ⇒ String
The random ID string that Amazon Web Services generated as part of the link ARN.
-
#label ⇒ String
The label that was assigned to this link at creation, with the variables resolved to their actual values.
-
#resource_types ⇒ Array<String>
The resource types supported by this link.
-
#sink_arn ⇒ String
The ARN of the sink that this link is attached to.
Instance Attribute Details
#arn ⇒ String
The ARN of the link.
551 552 553 554 555 556 557 558 559 |
# File 'lib/aws-sdk-oam/types.rb', line 551 class ListLinksItem < Struct.new( :arn, :id, :label, :resource_types, :sink_arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The random ID string that Amazon Web Services generated as part of the link ARN.
551 552 553 554 555 556 557 558 559 |
# File 'lib/aws-sdk-oam/types.rb', line 551 class ListLinksItem < Struct.new( :arn, :id, :label, :resource_types, :sink_arn) SENSITIVE = [] include Aws::Structure end |
#label ⇒ String
The label that was assigned to this link at creation, with the variables resolved to their actual values.
551 552 553 554 555 556 557 558 559 |
# File 'lib/aws-sdk-oam/types.rb', line 551 class ListLinksItem < Struct.new( :arn, :id, :label, :resource_types, :sink_arn) SENSITIVE = [] include Aws::Structure end |
#resource_types ⇒ Array<String>
The resource types supported by this link.
551 552 553 554 555 556 557 558 559 |
# File 'lib/aws-sdk-oam/types.rb', line 551 class ListLinksItem < Struct.new( :arn, :id, :label, :resource_types, :sink_arn) SENSITIVE = [] include Aws::Structure end |
#sink_arn ⇒ String
The ARN of the sink that this link is attached to.
551 552 553 554 555 556 557 558 559 |
# File 'lib/aws-sdk-oam/types.rb', line 551 class ListLinksItem < Struct.new( :arn, :id, :label, :resource_types, :sink_arn) SENSITIVE = [] include Aws::Structure end |