Class: Aws::OAM::Types::GetSinkOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::GetSinkOutput
- 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 sink.
-
#id ⇒ String
The random ID string that Amazon Web Services generated as part of the sink ARN.
-
#name ⇒ String
The name of the sink.
-
#tags ⇒ Hash<String,String>
The tags assigned to the sink.
Instance Attribute Details
#arn ⇒ String
The ARN of the sink.
336 337 338 339 340 341 342 343 |
# File 'lib/aws-sdk-oam/types.rb', line 336 class GetSinkOutput < Struct.new( :arn, :id, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The random ID string that Amazon Web Services generated as part of the sink ARN.
336 337 338 339 340 341 342 343 |
# File 'lib/aws-sdk-oam/types.rb', line 336 class GetSinkOutput < Struct.new( :arn, :id, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the sink.
336 337 338 339 340 341 342 343 |
# File 'lib/aws-sdk-oam/types.rb', line 336 class GetSinkOutput < Struct.new( :arn, :id, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags assigned to the sink.
336 337 338 339 340 341 342 343 |
# File 'lib/aws-sdk-oam/types.rb', line 336 class GetSinkOutput < Struct.new( :arn, :id, :name, :tags) SENSITIVE = [] include Aws::Structure end |