Class: Aws::OAM::Types::GetSinkOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the sink.

Returns:

  • (String)


336
337
338
339
340
341
342
343
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 336

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

#idString

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

Returns:

  • (String)


336
337
338
339
340
341
342
343
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 336

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

#nameString

The name of the sink.

Returns:

  • (String)


336
337
338
339
340
341
342
343
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 336

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

#tagsHash<String,String>

The tags assigned to the sink.

Returns:

  • (Hash<String,String>)


336
337
338
339
340
341
342
343
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 336

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