Class: Aws::Types::AutoScalingConfigurationSummary
- Inherits:
-
Object
- Object
- Aws::Types::AutoScalingConfigurationSummary
- 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.
-
#has_associated_service ⇒ Boolean
Returns the value of attribute has_associated_service.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#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.
49 50 51 |
# File 'sig/types.rbs', line 49 def auto_scaling_configuration_arn @auto_scaling_configuration_arn end |
#auto_scaling_configuration_name ⇒ ::String
Returns the value of attribute auto_scaling_configuration_name.
50 51 52 |
# File 'sig/types.rbs', line 50 def auto_scaling_configuration_name @auto_scaling_configuration_name end |
#auto_scaling_configuration_revision ⇒ ::Integer
Returns the value of attribute auto_scaling_configuration_revision.
51 52 53 |
# File 'sig/types.rbs', line 51 def auto_scaling_configuration_revision @auto_scaling_configuration_revision end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
53 54 55 |
# File 'sig/types.rbs', line 53 def created_at @created_at end |
#has_associated_service ⇒ Boolean
Returns the value of attribute has_associated_service.
54 55 56 |
# File 'sig/types.rbs', line 54 def has_associated_service @has_associated_service end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
55 56 57 |
# File 'sig/types.rbs', line 55 def is_default @is_default end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
52 53 54 |
# File 'sig/types.rbs', line 52 def status @status end |