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.
365 366 367 368 369 |
# File 'lib/aws-sdk-dsql/types.rb', line 365 class DeleteClusterPolicyOutput < Struct.new( :policy_version) SENSITIVE = [] include Aws::Structure end |