Class: Aws::OAM::Types::DeleteSinkInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::DeleteSinkInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-oam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The ARN of the sink to delete.
Instance Attribute Details
#identifier ⇒ String
The ARN of the sink to delete.
217 218 219 220 221 |
# File 'lib/aws-sdk-oam/types.rb', line 217 class DeleteSinkInput < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |