Class: Aws::QuickSight::Types::DeleteApprovalPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteApprovalPolicyRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_id ⇒ String
The unique identifier of the approval policy to delete.
Instance Attribute Details
#policy_id ⇒ String
The unique identifier of the approval policy to delete.
16307 16308 16309 16310 16311 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16307 class DeleteApprovalPolicyRequest < Struct.new( :policy_id) SENSITIVE = [] include Aws::Structure end |