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:



984
985
986
# File 'sig/types.rbs', line 984

def address
  @address
end

#address_type"SHIPPING_ADDRESS", "OPERATING_ADDRESS"

Returns the value of attribute address_type.

Returns:

  • ("SHIPPING_ADDRESS", "OPERATING_ADDRESS")


983
984
985
# File 'sig/types.rbs', line 983

def address_type
  @address_type
end