Class: Aws::OAM::Types::GetSinkPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::GetSinkPolicyInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-oam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sink_identifier ⇒ String
The ARN of the sink to retrieve the policy of.
Instance Attribute Details
#sink_identifier ⇒ String
The ARN of the sink to retrieve the policy of.
351 352 353 354 355 |
# File 'lib/aws-sdk-oam/types.rb', line 351 class GetSinkPolicyInput < Struct.new( :sink_identifier) SENSITIVE = [] include Aws::Structure end |