Module: Aws::Outposts::Client::_GetSiteAddressResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSiteAddressOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #address ⇒ Types::Address
- #address_type ⇒ "SHIPPING_ADDRESS", "OPERATING_ADDRESS"
- #site_id ⇒ ::String
Instance Method Details
#address_type ⇒ "SHIPPING_ADDRESS", "OPERATING_ADDRESS"
378 |
# File 'sig/client.rbs', line 378
def address_type: () -> ("SHIPPING_ADDRESS" | "OPERATING_ADDRESS")
|
#site_id ⇒ ::String
377 |
# File 'sig/client.rbs', line 377
def site_id: () -> ::String
|