Class: Aws::QuickSight::Types::CreateLimitsProfileRequest

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

#account_id ⇒ String

The ID of the Amazon Web Services account that contains the limits profile.

Returns:

  • (String)


11400
11401
11402
11403
11404
11405
11406
11407
11408
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11400

class CreateLimitsProfileRequest < Struct.new(
  :account_id,
  :profile_name,
  :description,
  :resource_limits,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_token ⇒ String

A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the service ignores the request, but does not return an error.

Returns:

  • (String)


11400
11401
11402
11403
11404
11405
11406
11407
11408
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11400

class CreateLimitsProfileRequest < Struct.new(
  :account_id,
  :profile_name,
  :description,
  :resource_limits,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

A description for the limits profile.

Returns:

  • (String)


11400
11401
11402
11403
11404
11405
11406
11407
11408
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11400

class CreateLimitsProfileRequest < Struct.new(
  :account_id,
  :profile_name,
  :description,
  :resource_limits,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#profile_name ⇒ String

A display name for the limits profile.

Returns:

  • (String)


11400
11401
11402
11403
11404
11405
11406
11407
11408
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11400

class CreateLimitsProfileRequest < Struct.new(
  :account_id,
  :profile_name,
  :description,
  :resource_limits,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_limits ⇒ Hash<String,Types::ProfileLimitValue>

A map of resource types to their limit values for this profile.

Returns:



11400
11401
11402
11403
11404
11405
11406
11407
11408
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11400

class CreateLimitsProfileRequest < Struct.new(
  :account_id,
  :profile_name,
  :description,
  :resource_limits,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end