Class: Aws::CloudWatchRUM::Types::PutResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::PutResourcePolicyResponse
- Defined in:
- gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_document ⇒ String
The JSON policy document that you specified.
-
#policy_revision_id ⇒ String
The policy revision ID information that you specified.
Instance Attribute Details
#policy_document ⇒ String
The JSON policy document that you specified.
1567 1568 1569 1570 1571 1572 |
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 1567 class PutResourcePolicyResponse < Struct.new( :policy_document, :policy_revision_id) SENSITIVE = [] include Aws::Structure end |
#policy_revision_id ⇒ String
The policy revision ID information that you specified.
1567 1568 1569 1570 1571 1572 |
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 1567 class PutResourcePolicyResponse < Struct.new( :policy_document, :policy_revision_id) SENSITIVE = [] include Aws::Structure end |