Class: Aws::Types::ManagedScalableTarget
- Inherits:
-
Object
- Object
- Aws::Types::ManagedScalableTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
-
#min_capacity ⇒ ::Integer
Returns the value of attribute min_capacity.
-
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def arn @arn end |
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def max_capacity @max_capacity end |
#min_capacity ⇒ ::Integer
Returns the value of attribute min_capacity.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def min_capacity @min_capacity end |
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def status_reason @status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def updated_at @updated_at end |