Class: Aws::Types::WebLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


1572
1573
1574
# File 'sig/types.rbs', line 1572

def domain
  @domain
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


1571
1572
1573
# File 'sig/types.rbs', line 1571

def url
  @url
end