Class: Aws::QuickSight::Types::ProfileLimitValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ProfileLimitValue
- 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
-
#max_value ⇒ Integer
The maximum allowed value for the resource.
-
#unit ⇒ String
The unit of measurement for the limit value.
Instance Attribute Details
#max_value ⇒ Integer
The maximum allowed value for the resource.
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 |
#unit ⇒ String
The unit of measurement for the limit value.
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 |