Class: Aws::Types::GetSiteAddressOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetSiteAddressOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ Types::Address
Returns the value of attribute address.
-
#address_type ⇒ "SHIPPING_ADDRESS", "OPERATING_ADDRESS"
Returns the value of attribute address_type.
-
#site_id ⇒ ::String
Returns the value of attribute site_id.
Instance Attribute Details
#address ⇒ Types::Address
Returns the value of attribute address.
435 436 437 |
# File 'sig/types.rbs', line 435 def address @address end |
#address_type ⇒ "SHIPPING_ADDRESS", "OPERATING_ADDRESS"
Returns the value of attribute address_type.
434 435 436 |
# File 'sig/types.rbs', line 434 def address_type @address_type end |
#site_id ⇒ ::String
Returns the value of attribute site_id.
433 434 435 |
# File 'sig/types.rbs', line 433 def site_id @site_id end |