Class: Aws::QuickSight::Types::CreateLimitsProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateLimitsProfileResponse
- 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 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.
10793 10794 10795 10796 10797 10798 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10793 class CreateLimitsProfileResponse < Struct.new( :arn, :profile_id) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The unique identifier for the created limits profile.
10793 10794 10795 10796 10797 10798 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10793 class CreateLimitsProfileResponse < Struct.new( :arn, :profile_id) SENSITIVE = [] include Aws::Structure end |