Class: Aws::EC2::Types::DescribeInstanceStatusResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Contains the output of DescribeInstanceStatus.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_statusesArray<Types::InstanceStatus>

One or more instance status descriptions.

Returns:



7116
7117
7118
7119
7120
# File 'lib/aws-sdk-ec2/types.rb', line 7116

class DescribeInstanceStatusResult < Struct.new(
  :instance_statuses,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


7116
7117
7118
7119
7120
# File 'lib/aws-sdk-ec2/types.rb', line 7116

class DescribeInstanceStatusResult < Struct.new(
  :instance_statuses,
  :next_token)
  include Aws::Structure
end