Class: Aws::OAM::Types::ListSinksItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::ListSinksItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-oam/types.rb
Overview
A structure that contains information about one of this monitoring account’s sinks.
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.
Instance Attribute Details
#arn ⇒ String
The ARN of the sink.
615 616 617 618 619 620 621 |
# File 'lib/aws-sdk-oam/types.rb', line 615 class ListSinksItem < Struct.new( :arn, :id, :name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The random ID string that Amazon Web Services generated as part of the sink ARN.
615 616 617 618 619 620 621 |
# File 'lib/aws-sdk-oam/types.rb', line 615 class ListSinksItem < Struct.new( :arn, :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the sink.
615 616 617 618 619 620 621 |
# File 'lib/aws-sdk-oam/types.rb', line 615 class ListSinksItem < Struct.new( :arn, :id, :name) SENSITIVE = [] include Aws::Structure end |