Class: Aws::Types::UpdateSiteAddressInput

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:



981
982
983
# File 'sig/types.rbs', line 981

def address
  @address
end

#address_type ⇒ "SHIPPING_ADDRESS", "OPERATING_ADDRESS"

Returns the value of attribute address_type.

Returns:

  • ("SHIPPING_ADDRESS", "OPERATING_ADDRESS")


980
981
982
# File 'sig/types.rbs', line 980

def address_type
  @address_type
end

#site_id ⇒ ::String

Returns the value of attribute site_id.

Returns:

  • (::String)


979
980
981
# File 'sig/types.rbs', line 979

def site_id
  @site_id
end