Class: Aws::Types::CreateAutoScalingConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAutoScalingConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_configuration_name ⇒ ::String
Returns the value of attribute auto_scaling_configuration_name.
-
#max_concurrency ⇒ ::Integer
Returns the value of attribute max_concurrency.
-
#max_size ⇒ ::Integer
Returns the value of attribute max_size.
-
#min_size ⇒ ::Integer
Returns the value of attribute min_size.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#auto_scaling_configuration_name ⇒ ::String
Returns the value of attribute auto_scaling_configuration_name.
110 111 112 |
# File 'sig/types.rbs', line 110 def auto_scaling_configuration_name @auto_scaling_configuration_name end |
#max_concurrency ⇒ ::Integer
Returns the value of attribute max_concurrency.
111 112 113 |
# File 'sig/types.rbs', line 111 def max_concurrency @max_concurrency end |
#max_size ⇒ ::Integer
Returns the value of attribute max_size.
113 114 115 |
# File 'sig/types.rbs', line 113 def max_size @max_size end |
#min_size ⇒ ::Integer
Returns the value of attribute min_size.
112 113 114 |
# File 'sig/types.rbs', line 112 def min_size @min_size end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
114 115 116 |
# File 'sig/types.rbs', line 114 def end |