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.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def arn @arn end |
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
1836 1837 1838 |
# File 'sig/types.rbs', line 1836 def max_capacity @max_capacity end |
#min_capacity ⇒ ::Integer
Returns the value of attribute min_capacity.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def min_capacity @min_capacity end |
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def status_reason @status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def updated_at @updated_at end |