Class: Aws::QuickSight::Types::UpdateLimitsProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateLimitsProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated limits profile.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated limits profile.
50428 50429 50430 50431 50432 |
# File 'lib/aws-sdk-quicksight/types.rb', line 50428 class UpdateLimitsProfileResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |