Class: Aws::Types::SetInstanceHealthQuery

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#health_status::String

Returns the value of attribute health_status.

Returns:

  • (::String)


1381
1382
1383
# File 'sig/types.rbs', line 1381

def health_status
  @health_status
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1380
1381
1382
# File 'sig/types.rbs', line 1380

def instance_id
  @instance_id
end

#should_respect_grace_periodBoolean

Returns the value of attribute should_respect_grace_period.

Returns:

  • (Boolean)


1382
1383
1384
# File 'sig/types.rbs', line 1382

def should_respect_grace_period
  @should_respect_grace_period
end