Class: Aws::DSQL::Types::PutClusterPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DSQL::Types::PutClusterPolicyOutput
- Defined in:
- gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_version ⇒ String
The version of the policy after it has been updated or created.
Instance Attribute Details
#policy_version ⇒ String
The version of the policy after it has been updated or created.
569 570 571 572 573 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 569 class PutClusterPolicyOutput < Struct.new( :policy_version) SENSITIVE = [] include Aws::Structure end |