Class: Aws::QuickSight::Types::UpdateLimitsProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateLimitsProfileResponse
- 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 updated limits profile.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated limits profile.
49946 49947 49948 49949 49950 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49946 class UpdateLimitsProfileResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |