Class: Aws::OAM::Types::CreateSinkOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::CreateSinkOutput
- 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 that is newly created.
-
#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 that is newly created.
200 201 202 203 204 205 206 207 |
# File 'lib/aws-sdk-oam/types.rb', line 200 class CreateSinkOutput < 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.
200 201 202 203 204 205 206 207 |
# File 'lib/aws-sdk-oam/types.rb', line 200 class CreateSinkOutput < Struct.new( :arn, :id, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the sink.
200 201 202 203 204 205 206 207 |
# File 'lib/aws-sdk-oam/types.rb', line 200 class CreateSinkOutput < Struct.new( :arn, :id, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags assigned to the sink.
200 201 202 203 204 205 206 207 |
# File 'lib/aws-sdk-oam/types.rb', line 200 class CreateSinkOutput < Struct.new( :arn, :id, :name, :tags) SENSITIVE = [] include Aws::Structure end |