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

#addressTypes::Address

Returns the value of attribute address.

Returns:



954
955
956
# File 'sig/types.rbs', line 954

def address
  @address
end

#address_type"SHIPPING_ADDRESS", "OPERATING_ADDRESS"

Returns the value of attribute address_type.

Returns:

  • ("SHIPPING_ADDRESS", "OPERATING_ADDRESS")


953
954
955
# File 'sig/types.rbs', line 953

def address_type
  @address_type
end