Class: Aws::Types::GetLimitResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetLimitResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount_requirement_name ⇒ ::String
Returns the value of attribute amount_requirement_name.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#current_count ⇒ ::Integer
Returns the value of attribute current_count.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#limit_id ⇒ ::String
Returns the value of attribute limit_id.
-
#max_count ⇒ ::Integer
Returns the value of attribute max_count.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#amount_requirement_name ⇒ ::String
Returns the value of attribute amount_requirement_name.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def amount_requirement_name @amount_requirement_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def created_by @created_by end |
#current_count ⇒ ::Integer
Returns the value of attribute current_count.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def current_count @current_count end |
#description ⇒ ::String
Returns the value of attribute description.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def display_name @display_name end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def farm_id @farm_id end |
#limit_id ⇒ ::String
Returns the value of attribute limit_id.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def limit_id @limit_id end |
#max_count ⇒ ::Integer
Returns the value of attribute max_count.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def max_count @max_count end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def updated_by @updated_by end |