Class: Aws::OAM::Types::CreateSinkOutput

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 that is newly created.

Returns:

  • (String)


200
201
202
203
204
205
206
207
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 200

class CreateSinkOutput < 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)


200
201
202
203
204
205
206
207
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 200

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

#nameString

The name of the sink.

Returns:

  • (String)


200
201
202
203
204
205
206
207
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 200

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

#tagsHash<String,String>

The tags assigned to the sink.

Returns:

  • (Hash<String,String>)


200
201
202
203
204
205
206
207
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 200

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