Class: Aws::Types::ReportInstanceStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::ReportInstanceStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#instances ⇒ ::Array[::String]
Returns the value of attribute instances.
-
#reason_codes ⇒ ::Array[("instance-stuck-in-state" | "unresponsive" | "not-accepting-credentials" | "password-not-available" | "performance-network" | "performance-instance-store" | "performance-ebs-volume" | "performance-other" | "other")]
Returns the value of attribute reason_codes.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "ok", "impaired"
Returns the value of attribute status.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
15894 15895 15896 |
# File 'sig/types.rbs', line 15894 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
15888 15889 15890 |
# File 'sig/types.rbs', line 15888 def dry_run @dry_run end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
15892 15893 15894 |
# File 'sig/types.rbs', line 15892 def end_time @end_time end |
#instances ⇒ ::Array[::String]
Returns the value of attribute instances.
15889 15890 15891 |
# File 'sig/types.rbs', line 15889 def instances @instances end |
#reason_codes ⇒ ::Array[("instance-stuck-in-state" | "unresponsive" | "not-accepting-credentials" | "password-not-available" | "performance-network" | "performance-instance-store" | "performance-ebs-volume" | "performance-other" | "other")]
Returns the value of attribute reason_codes.
15893 15894 15895 |
# File 'sig/types.rbs', line 15893 def reason_codes @reason_codes end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
15891 15892 15893 |
# File 'sig/types.rbs', line 15891 def start_time @start_time end |
#status ⇒ "ok", "impaired"
Returns the value of attribute status.
15890 15891 15892 |
# File 'sig/types.rbs', line 15890 def status @status end |