Class: Aws::DSQL::Types::DeleteClusterPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DSQL::Types::DeleteClusterPolicyOutput
- 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 that was deleted.
Instance Attribute Details
#policy_version ⇒ String
The version of the policy that was deleted.
266 267 268 269 270 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 266 class DeleteClusterPolicyOutput < Struct.new( :policy_version) SENSITIVE = [] include Aws::Structure end |