Class: Aws::EC2::Types::InstanceStatusSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceStatusSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the status of an instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ Array<Types::InstanceStatusDetails>
The system instance health or application instance health.
-
#status ⇒ String
The status.
Instance Attribute Details
#details ⇒ Array<Types::InstanceStatusDetails>
The system instance health or application instance health.
44765 44766 44767 44768 44769 44770 |
# File 'lib/aws-sdk-ec2/types.rb', line 44765 class InstanceStatusSummary < Struct.new( :details, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status.
44765 44766 44767 44768 44769 44770 |
# File 'lib/aws-sdk-ec2/types.rb', line 44765 class InstanceStatusSummary < Struct.new( :details, :status) SENSITIVE = [] include Aws::Structure end |