Class: Aws::Types::UpdateInstanceCustomHealthStatusRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


654
655
656
# File 'sig/types.rbs', line 654

def instance_id
  @instance_id
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


653
654
655
# File 'sig/types.rbs', line 653

def service_id
  @service_id
end

#status"HEALTHY", "UNHEALTHY"

Returns the value of attribute status.

Returns:

  • ("HEALTHY", "UNHEALTHY")


655
656
657
# File 'sig/types.rbs', line 655

def status
  @status
end