Class: Aws::OAM::Types::GetLinkOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::GetLinkOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-oam/types.rb
Overview
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 you assigned to this link, with the variables resolved to their actual values.
-
#label_template ⇒ String
The exact label template that was specified when the link was created, with the template variables not resolved.
-
#resource_types ⇒ Array<String>
The resource types supported by this link.
-
#sink_arn ⇒ String
The ARN of the sink that is used for this link.
-
#tags ⇒ Hash<String,String>
The tags assigned to the link.
Instance Attribute Details
#arn ⇒ String
The ARN of the link.
272 273 274 275 276 277 278 279 280 281 282 |
# File 'lib/aws-sdk-oam/types.rb', line 272 class GetLinkOutput < Struct.new( :arn, :id, :label, :label_template, :resource_types, :sink_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The random ID string that Amazon Web Services generated as part of the link ARN.
272 273 274 275 276 277 278 279 280 281 282 |
# File 'lib/aws-sdk-oam/types.rb', line 272 class GetLinkOutput < Struct.new( :arn, :id, :label, :label_template, :resource_types, :sink_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#label ⇒ String
The label that you assigned to this link, with the variables resolved to their actual values.
272 273 274 275 276 277 278 279 280 281 282 |
# File 'lib/aws-sdk-oam/types.rb', line 272 class GetLinkOutput < Struct.new( :arn, :id, :label, :label_template, :resource_types, :sink_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#label_template ⇒ String
The exact label template that was specified when the link was created, with the template variables not resolved.
272 273 274 275 276 277 278 279 280 281 282 |
# File 'lib/aws-sdk-oam/types.rb', line 272 class GetLinkOutput < Struct.new( :arn, :id, :label, :label_template, :resource_types, :sink_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_types ⇒ Array<String>
The resource types supported by this link.
272 273 274 275 276 277 278 279 280 281 282 |
# File 'lib/aws-sdk-oam/types.rb', line 272 class GetLinkOutput < Struct.new( :arn, :id, :label, :label_template, :resource_types, :sink_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#sink_arn ⇒ String
The ARN of the sink that is used for this link.
272 273 274 275 276 277 278 279 280 281 282 |
# File 'lib/aws-sdk-oam/types.rb', line 272 class GetLinkOutput < Struct.new( :arn, :id, :label, :label_template, :resource_types, :sink_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags assigned to the link.
272 273 274 275 276 277 278 279 280 281 282 |
# File 'lib/aws-sdk-oam/types.rb', line 272 class GetLinkOutput < Struct.new( :arn, :id, :label, :label_template, :resource_types, :sink_arn, :tags) SENSITIVE = [] include Aws::Structure end |