Class: Aws::DSQL::Types::DeleteClusterPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DSQL::Types::DeleteClusterPolicyOutput
- Includes:
- Structure
- Defined in:
- 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.
271 272 273 274 275 |
# File 'lib/aws-sdk-dsql/types.rb', line 271 class DeleteClusterPolicyOutput < Struct.new( :policy_version) SENSITIVE = [] include Aws::Structure end |