Class: Aws::QuickSight::Types::CreateLimitsProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateLimitsProfileResponse
- 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 created limits profile.
-
#profile_id ⇒ String
The unique identifier for the created limits profile.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the created limits profile.
10854 10855 10856 10857 10858 10859 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10854 class CreateLimitsProfileResponse < Struct.new( :arn, :profile_id) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The unique identifier for the created limits profile.
10854 10855 10856 10857 10858 10859 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10854 class CreateLimitsProfileResponse < Struct.new( :arn, :profile_id) SENSITIVE = [] include Aws::Structure end |