Class: Aws::Types::HealthCheckObservation

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address::String

Returns the value of attribute ip_address.

Returns:



753
754
755
# File 'sig/types.rbs', line 753

def ip_address
  @ip_address
end

#region"us-east-1", ...

Returns the value of attribute region.

Returns:



752
753
754
# File 'sig/types.rbs', line 752

def region
  @region
end

#status_reportTypes::StatusReport

Returns the value of attribute status_report.

Returns:



754
755
756
# File 'sig/types.rbs', line 754

def status_report
  @status_report
end