Class: Aws::Types::GetSiteAddressOutput

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:



413
414
415
# File 'sig/types.rbs', line 413

def address
  @address
end

#address_type"SHIPPING_ADDRESS", "OPERATING_ADDRESS"

Returns the value of attribute address_type.

Returns:

  • ("SHIPPING_ADDRESS", "OPERATING_ADDRESS")


412
413
414
# File 'sig/types.rbs', line 412

def address_type
  @address_type
end

#site_id::String

Returns the value of attribute site_id.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def site_id
  @site_id
end