Class: Aws::DSQL::Types::GetClusterPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DSQL::Types::GetClusterPolicyOutput
- Defined in:
- gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The resource-based policy document attached to the cluster, returned as a JSON string.
-
#policy_version ⇒ String
The version of the policy document.
Instance Attribute Details
#policy ⇒ String
The resource-based policy document attached to the cluster, returned as a JSON string.
383 384 385 386 387 388 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 383 class GetClusterPolicyOutput < Struct.new( :policy, :policy_version) SENSITIVE = [] include Aws::Structure end |
#policy_version ⇒ String
The version of the policy document. This version number is incremented each time the policy is updated.
383 384 385 386 387 388 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 383 class GetClusterPolicyOutput < Struct.new( :policy, :policy_version) SENSITIVE = [] include Aws::Structure end |