Class: Aws::Types::ActiveInstance

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_health"healthy", "unhealthy"

Returns the value of attribute instance_health.

Returns:

  • ("healthy", "unhealthy")


197
198
199
# File 'sig/types.rbs', line 197

def instance_health
  @instance_health
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def instance_id
  @instance_id
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def instance_type
  @instance_type
end

#spot_instance_request_id::String

Returns the value of attribute spot_instance_request_id.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def spot_instance_request_id
  @spot_instance_request_id
end