Class: Aws::QuickSight::Types::ProfileLimitValue

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

Overview

A value that defines a resource usage limit, consisting of a maximum value and a unit of measurement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_valueInteger

The maximum allowed value for the resource.

Returns:

  • (Integer)


36214
36215
36216
36217
36218
36219
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36214

class ProfileLimitValue < Struct.new(
  :max_value,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#unitString

The unit of measurement for the limit value.

Returns:

  • (String)


36214
36215
36216
36217
36218
36219
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36214

class ProfileLimitValue < Struct.new(
  :max_value,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end