Class: Aws::OSIS::Types::GetResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::GetResourcePolicyResponse
- Defined in:
- gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The resource-based policy document in JSON format.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
Instance Attribute Details
#policy ⇒ String
The resource-based policy document in JSON format.
424 425 426 427 428 429 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 424 class GetResourcePolicyResponse < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
424 425 426 427 428 429 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 424 class GetResourcePolicyResponse < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |