Class: Aws::CloudWatchRUM::Types::DeleteResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::DeleteResourcePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_revision_id ⇒ String
The revision ID of the policy that was removed, if it had one.
Instance Attribute Details
#policy_revision_id ⇒ String
The revision ID of the policy that was removed, if it had one.
763 764 765 766 767 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 763 class DeleteResourcePolicyResponse < Struct.new( :policy_revision_id) SENSITIVE = [] include Aws::Structure end |