Class: Aws::PrometheusService::Types::PutResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::PutResourcePolicyResponse
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_status ⇒ String
The current status of the resource-based policy.
-
#revision_id ⇒ String
The revision ID of the newly created or updated resource-based policy.
Instance Attribute Details
#policy_status ⇒ String
The current status of the resource-based policy.
1519 1520 1521 1522 1523 1524 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1519 class PutResourcePolicyResponse < Struct.new( :policy_status, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The revision ID of the newly created or updated resource-based policy.
1519 1520 1521 1522 1523 1524 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1519 class PutResourcePolicyResponse < Struct.new( :policy_status, :revision_id) SENSITIVE = [] include Aws::Structure end |