Class: Aws::Types::GetSiteAddressInput
- Inherits:
-
Object
- Object
- Aws::Types::GetSiteAddressInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_type ⇒ "SHIPPING_ADDRESS", "OPERATING_ADDRESS"
Returns the value of attribute address_type.
428 429 430 |
# File 'sig/types.rbs', line 428 def address_type @address_type end |
#site_id ⇒ ::String
Returns the value of attribute site_id.
427 428 429 |
# File 'sig/types.rbs', line 427 def site_id @site_id end |