Class: Aws::OAM::Types::GetSinkInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::GetSinkInput
- 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 retrieve information for.
Instance Attribute Details
#identifier ⇒ String
The ARN of the sink to retrieve information for.
311 312 313 314 315 |
# File 'lib/aws-sdk-oam/types.rb', line 311 class GetSinkInput < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |