Class: Aws::OAM::Types::ListSinksItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The ARN of the sink.



647
648
649
650
651
652
653
# File 'lib/aws-sdk-oam/types.rb', line 647

class ListSinksItem < Struct.new(
  :arn,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The random ID string that Amazon Web Services generated as part of the sink ARN.



647
648
649
650
651
652
653
# File 'lib/aws-sdk-oam/types.rb', line 647

class ListSinksItem < Struct.new(
  :arn,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the sink.



647
648
649
650
651
652
653
# File 'lib/aws-sdk-oam/types.rb', line 647

class ListSinksItem < Struct.new(
  :arn,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end