Class: Aws::QuickSight::Types::DeleteLimitsProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteLimitsProfileResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the deleted limits profile.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the deleted limits profile.
17029 17030 17031 17032 17033 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17029 class DeleteLimitsProfileResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |