Class: Aws::Types::UrlEndpointSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#health_url::String

Returns the value of attribute health_url.

Returns:

  • (::String)


644
645
646
# File 'sig/types.rbs', line 644

def health_url
  @health_url
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


645
646
647
# File 'sig/types.rbs', line 645

def url
  @url
end