Class: Aws::DSQL::Types::GetClusterPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DSQL::Types::GetClusterPolicyInput
- Defined in:
- gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The ID of the cluster to retrieve the policy from.
Instance Attribute Details
#identifier ⇒ String
The ID of the cluster to retrieve the policy from.
375 376 377 378 379 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 375 class GetClusterPolicyInput < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |