Class: Aws::Types::CreateLimitRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLimitRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#max_count ⇒ ::Integer
Returns the value of attribute max_count.
Instance Attribute Details
#amount_requirement_name ⇒ ::String
Returns the value of attribute amount_requirement_name.
772 773 774 |
# File 'sig/types.rbs', line 772 def amount_requirement_name @amount_requirement_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
770 771 772 |
# File 'sig/types.rbs', line 770 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
774 775 776 |
# File 'sig/types.rbs', line 774 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
771 772 773 |
# File 'sig/types.rbs', line 771 def display_name @display_name end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
769 770 771 |
# File 'sig/types.rbs', line 769 def farm_id @farm_id end |
#max_count ⇒ ::Integer
Returns the value of attribute max_count.
773 774 775 |
# File 'sig/types.rbs', line 773 def max_count @max_count end |