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