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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-oam/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.

Returns:

  • (String)


571
572
573
574
575
576
577
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 571

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.

Returns:

  • (String)


571
572
573
574
575
576
577
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 571

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

#nameString

The name of the sink.

Returns:

  • (String)


571
572
573
574
575
576
577
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 571

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