Class: Aws::Types::DescribeInstancesHealthResult

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#instance_health_list::Array[Types::SingleInstanceHealth]

Returns the value of attribute instance_health_list.

Returns:



471
472
473
# File 'sig/types.rbs', line 471

def instance_health_list
  @instance_health_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:



473
474
475
# File 'sig/types.rbs', line 473

def next_token
  @next_token
end

#refreshed_at::Time

Returns the value of attribute refreshed_at.

Returns:



472
473
474
# File 'sig/types.rbs', line 472

def refreshed_at
  @refreshed_at
end