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.
21074 21075 21076 21077 21078 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21074 class DescribeLimitsProfileResponse < Struct.new( :profile) SENSITIVE = [] include Aws::Structure end |