Class: Aws::QuickSight::Types::CreateLimitsProfileResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the created limits profile.

Returns:

  • (String)


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_idString

The unique identifier for the created limits profile.

Returns:

  • (String)


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