Class: Aws::PrometheusService::Types::DescribeResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeResourcePolicyResponse
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_document ⇒ String
The JSON policy document for the resource-based policy attached to the workspace.
-
#policy_status ⇒ String
The current status of the resource-based policy.
-
#revision_id ⇒ String
The revision ID of the current resource-based policy.
Instance Attribute Details
#policy_document ⇒ String
The JSON policy document for the resource-based policy attached to the workspace.
828 829 830 831 832 833 834 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 828 class DescribeResourcePolicyResponse < Struct.new( :policy_document, :policy_status, :revision_id) SENSITIVE = [] include Aws::Structure end |
#policy_status ⇒ String
The current status of the resource-based policy.
828 829 830 831 832 833 834 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 828 class DescribeResourcePolicyResponse < Struct.new( :policy_document, :policy_status, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The revision ID of the current resource-based policy.
828 829 830 831 832 833 834 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 828 class DescribeResourcePolicyResponse < Struct.new( :policy_document, :policy_status, :revision_id) SENSITIVE = [] include Aws::Structure end |