Class: Aws::OAM::Types::PutSinkPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::PutSinkPolicyOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-oam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The policy that you specified.
-
#sink_arn ⇒ String
The ARN of the sink.
-
#sink_id ⇒ String
The random ID string that Amazon Web Services generated as part of the sink ARN.
Instance Attribute Details
#policy ⇒ String
The policy that you specified.
696 697 698 699 700 701 702 |
# File 'lib/aws-sdk-oam/types.rb', line 696 class PutSinkPolicyOutput < Struct.new( :sink_arn, :sink_id, :policy) SENSITIVE = [] include Aws::Structure end |
#sink_arn ⇒ String
The ARN of the sink.
696 697 698 699 700 701 702 |
# File 'lib/aws-sdk-oam/types.rb', line 696 class PutSinkPolicyOutput < Struct.new( :sink_arn, :sink_id, :policy) SENSITIVE = [] include Aws::Structure end |
#sink_id ⇒ String
The random ID string that Amazon Web Services generated as part of the sink ARN.
696 697 698 699 700 701 702 |
# File 'lib/aws-sdk-oam/types.rb', line 696 class PutSinkPolicyOutput < Struct.new( :sink_arn, :sink_id, :policy) SENSITIVE = [] include Aws::Structure end |