Class: Aws::OAM::Types::GetSinkPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::GetSinkPolicyOutput
- 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, in JSON format.
-
#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, in JSON format.
351 352 353 354 355 356 357 |
# File 'lib/aws-sdk-oam/types.rb', line 351 class GetSinkPolicyOutput < Struct.new( :sink_arn, :sink_id, :policy) SENSITIVE = [] include Aws::Structure end |
#sink_arn ⇒ String
The ARN of the sink.
351 352 353 354 355 356 357 |
# File 'lib/aws-sdk-oam/types.rb', line 351 class GetSinkPolicyOutput < 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.
351 352 353 354 355 356 357 |
# File 'lib/aws-sdk-oam/types.rb', line 351 class GetSinkPolicyOutput < Struct.new( :sink_arn, :sink_id, :policy) SENSITIVE = [] include Aws::Structure end |