Class: Aws::Types::EventStreamDestinationDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


892
893
894
# File 'sig/types.rbs', line 892

def message
  @message
end

#status"HEALTHY", "UNHEALTHY"

Returns the value of attribute status.

Returns:

  • ("HEALTHY", "UNHEALTHY")


890
891
892
# File 'sig/types.rbs', line 890

def status
  @status
end

#unhealthy_since::Time

Returns the value of attribute unhealthy_since.

Returns:

  • (::Time)


891
892
893
# File 'sig/types.rbs', line 891

def unhealthy_since
  @unhealthy_since
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def uri
  @uri
end