Class: Aws::QuickSight::Types::CreateApprovalPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateApprovalPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ Types::ApprovalPolicy
The approval policy that was created.
Instance Attribute Details
#policy ⇒ Types::ApprovalPolicy
The approval policy that was created.
9528 9529 9530 9531 9532 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9528 class CreateApprovalPolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |