Class: Aws::Types::InstanceStatus
- Inherits:
-
Object
- Object
- Aws::Types::InstanceStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_status ⇒ Types::ApplicationStatusSummary
Returns the value of attribute application_status.
-
#attached_ebs_status ⇒ Types::EbsStatusSummary
Returns the value of attribute attached_ebs_status.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#events ⇒ ::Array[Types::InstanceStatusEvent]
Returns the value of attribute events.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_state ⇒ Types::InstanceState
Returns the value of attribute instance_state.
-
#instance_status ⇒ Types::InstanceStatusSummary
Returns the value of attribute instance_status.
-
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#system_status ⇒ Types::InstanceStatusSummary
Returns the value of attribute system_status.
Instance Attribute Details
#application_status ⇒ Types::ApplicationStatusSummary
Returns the value of attribute application_status.
12046 12047 12048 |
# File 'sig/types.rbs', line 12046 def application_status @application_status end |
#attached_ebs_status ⇒ Types::EbsStatusSummary
Returns the value of attribute attached_ebs_status.
12045 12046 12047 |
# File 'sig/types.rbs', line 12045 def attached_ebs_status @attached_ebs_status end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
12036 12037 12038 |
# File 'sig/types.rbs', line 12036 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
12037 12038 12039 |
# File 'sig/types.rbs', line 12037 def availability_zone_id @availability_zone_id end |
#events ⇒ ::Array[Types::InstanceStatusEvent]
Returns the value of attribute events.
12040 12041 12042 |
# File 'sig/types.rbs', line 12040 def events @events end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
12041 12042 12043 |
# File 'sig/types.rbs', line 12041 def instance_id @instance_id end |
#instance_state ⇒ Types::InstanceState
Returns the value of attribute instance_state.
12042 12043 12044 |
# File 'sig/types.rbs', line 12042 def instance_state @instance_state end |
#instance_status ⇒ Types::InstanceStatusSummary
Returns the value of attribute instance_status.
12043 12044 12045 |
# File 'sig/types.rbs', line 12043 def instance_status @instance_status end |
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
12039 12040 12041 |
# File 'sig/types.rbs', line 12039 def operator @operator end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
12038 12039 12040 |
# File 'sig/types.rbs', line 12038 def outpost_arn @outpost_arn end |
#system_status ⇒ Types::InstanceStatusSummary
Returns the value of attribute system_status.
12044 12045 12046 |
# File 'sig/types.rbs', line 12044 def system_status @system_status end |