Class: Aws::Schemas::Types::PutResourcePolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::PutResourcePolicyOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
The resource-based policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The resource-based policy.
-
#revision_id ⇒ String
The revision ID of the policy.
Instance Attribute Details
#policy ⇒ String
The resource-based policy.
1297 1298 1299 1300 1301 1302 |
# File 'lib/aws-sdk-schemas/types.rb', line 1297 class PutResourcePolicyOutput < Struct.new( :policy, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The revision ID of the policy.
1297 1298 1299 1300 1301 1302 |
# File 'lib/aws-sdk-schemas/types.rb', line 1297 class PutResourcePolicyOutput < Struct.new( :policy, :revision_id) SENSITIVE = [] include Aws::Structure end |