Class: Aws::OAM::Types::DeleteSinkInput

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

#identifierString

The ARN of the sink to delete.

Returns:

  • (String)


231
232
233
234
235
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 231

class DeleteSinkInput < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end