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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

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

Returns:

  • (String)


11420
11421
11422
11423
11424
11425
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11420

class CreateLimitsProfileResponse < Struct.new(
  :arn,
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#profile_id ⇒ String

The unique identifier for the created limits profile.

Returns:

  • (String)


11420
11421
11422
11423
11424
11425
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11420

class CreateLimitsProfileResponse < Struct.new(
  :arn,
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end