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_idString

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

Returns:

  • (String)


49930
49931
49932
49933
49934
49935
49936
49937
49938
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49930

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

#descriptionString

A new description for the limits profile.

Returns:

  • (String)


49930
49931
49932
49933
49934
49935
49936
49937
49938
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49930

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

#profile_idString

The unique identifier for the limits profile to update.

Returns:

  • (String)


49930
49931
49932
49933
49934
49935
49936
49937
49938
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49930

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

#profile_nameString

A new display name for the limits profile.

Returns:

  • (String)


49930
49931
49932
49933
49934
49935
49936
49937
49938
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49930

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

#resource_limitsHash<String,Types::ProfileLimitValue>

A map of resource types to their updated limit values.

Returns:



49930
49931
49932
49933
49934
49935
49936
49937
49938
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49930

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