Class: Aws::Types::UpdateSiteAddressOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:address])

Instance Attribute Summary collapse

Instance Attribute Details

#address ⇒ Types::Address

Returns the value of attribute address.

Returns:



987
988
989
# File 'sig/types.rbs', line 987

def address
  @address
end

#address_type ⇒ "SHIPPING_ADDRESS", "OPERATING_ADDRESS"

Returns the value of attribute address_type.

Returns:

  • ("SHIPPING_ADDRESS", "OPERATING_ADDRESS")


986
987
988
# File 'sig/types.rbs', line 986

def address_type
  @address_type
end