Class: Aws::Types::DescribeInstanceStatusResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_statuses::Array[Types::InstanceStatus]

Returns the value of attribute instance_statuses.

Returns:



6101
6102
6103
# File 'sig/types.rbs', line 6101

def instance_statuses
  @instance_statuses
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6102
6103
6104
# File 'sig/types.rbs', line 6102

def next_token
  @next_token
end