Class: Aws::QuickSight::Types::DescribeLimitsProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeLimitsProfileResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile ⇒ Types::LimitsProfile
The details of the requested limits profile, including its name, description, resource limits, and metadata.
Instance Attribute Details
#profile ⇒ Types::LimitsProfile
The details of the requested limits profile, including its name, description, resource limits, and metadata.
20340 20341 20342 20343 20344 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20340 class DescribeLimitsProfileResponse < Struct.new( :profile) SENSITIVE = [] include Aws::Structure end |