Class: Aws::Types::AutoScalingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AutoScalingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_configuration_arn ⇒ ::String
Returns the value of attribute auto_scaling_configuration_arn.
-
#auto_scaling_configuration_name ⇒ ::String
Returns the value of attribute auto_scaling_configuration_name.
-
#auto_scaling_configuration_revision ⇒ ::Integer
Returns the value of attribute auto_scaling_configuration_revision.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#deleted_at ⇒ ::Time
Returns the value of attribute deleted_at.
-
#has_associated_service ⇒ Boolean
Returns the value of attribute has_associated_service.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#latest ⇒ Boolean
Returns the value of attribute latest.
-
#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.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
Instance Attribute Details
#auto_scaling_configuration_arn ⇒ ::String
Returns the value of attribute auto_scaling_configuration_arn.
33 34 35 |
# File 'sig/types.rbs', line 33 def auto_scaling_configuration_arn @auto_scaling_configuration_arn end |
#auto_scaling_configuration_name ⇒ ::String
Returns the value of attribute auto_scaling_configuration_name.
34 35 36 |
# File 'sig/types.rbs', line 34 def auto_scaling_configuration_name @auto_scaling_configuration_name end |
#auto_scaling_configuration_revision ⇒ ::Integer
Returns the value of attribute auto_scaling_configuration_revision.
35 36 37 |
# File 'sig/types.rbs', line 35 def auto_scaling_configuration_revision @auto_scaling_configuration_revision end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
41 42 43 |
# File 'sig/types.rbs', line 41 def created_at @created_at end |
#deleted_at ⇒ ::Time
Returns the value of attribute deleted_at.
42 43 44 |
# File 'sig/types.rbs', line 42 def deleted_at @deleted_at end |
#has_associated_service ⇒ Boolean
Returns the value of attribute has_associated_service.
43 44 45 |
# File 'sig/types.rbs', line 43 def has_associated_service @has_associated_service end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
44 45 46 |
# File 'sig/types.rbs', line 44 def is_default @is_default end |
#latest ⇒ Boolean
Returns the value of attribute latest.
36 37 38 |
# File 'sig/types.rbs', line 36 def latest @latest end |
#max_concurrency ⇒ ::Integer
Returns the value of attribute max_concurrency.
38 39 40 |
# File 'sig/types.rbs', line 38 def max_concurrency @max_concurrency end |
#max_size ⇒ ::Integer
Returns the value of attribute max_size.
40 41 42 |
# File 'sig/types.rbs', line 40 def max_size @max_size end |
#min_size ⇒ ::Integer
Returns the value of attribute min_size.
39 40 41 |
# File 'sig/types.rbs', line 39 def min_size @min_size end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
37 38 39 |
# File 'sig/types.rbs', line 37 def status @status end |