Class: Aws::Types::DestinationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status"HEALTHY", "UNHEALTHY"

Returns the value of attribute status.

Returns:

  • ("HEALTHY", "UNHEALTHY")


791
792
793
# File 'sig/types.rbs', line 791

def status
  @status
end

#unhealthy_since::Time

Returns the value of attribute unhealthy_since.

Returns:

  • (::Time)


792
793
794
# File 'sig/types.rbs', line 792

def unhealthy_since
  @unhealthy_since
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


790
791
792
# File 'sig/types.rbs', line 790

def uri
  @uri
end