Class: Aws::OAM::Types::PutSinkPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::PutSinkPolicyOutput
- Defined in:
- gems/aws-sdk-oam/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.
844 845 846 847 848 849 850 |
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 844 class PutSinkPolicyOutput < Struct.new( :policy, :sink_arn, :sink_id) SENSITIVE = [] include Aws::Structure end |
#sink_arn ⇒ String
The ARN of the sink.
844 845 846 847 848 849 850 |
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 844 class PutSinkPolicyOutput < Struct.new( :policy, :sink_arn, :sink_id) SENSITIVE = [] include Aws::Structure end |
#sink_id ⇒ String
The random ID string that Amazon Web Services generated as part of the sink ARN.
844 845 846 847 848 849 850 |
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 844 class PutSinkPolicyOutput < Struct.new( :policy, :sink_arn, :sink_id) SENSITIVE = [] include Aws::Structure end |