Class: Aws::QuickSight::Types::UpdateLimitsProfileRequest

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)


50978
50979
50980
50981
50982
50983
50984
50985
50986
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50978

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

#description ⇒ String

A new description for the limits profile.

Returns:

  • (String)


50978
50979
50980
50981
50982
50983
50984
50985
50986
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50978

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

#profile_id ⇒ String

The unique identifier for the limits profile to update.

Returns:

  • (String)


50978
50979
50980
50981
50982
50983
50984
50985
50986
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50978

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

#profile_name ⇒ String

A new display name for the limits profile.

Returns:

  • (String)


50978
50979
50980
50981
50982
50983
50984
50985
50986
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50978

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

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

A map of resource types to their updated limit values.

Returns:



50978
50979
50980
50981
50982
50983
50984
50985
50986
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50978

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