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.
406 407 408 |
# File 'sig/types.rbs', line 406 def address_type @address_type end |
#site_id ⇒ ::String
Returns the value of attribute site_id.
405 406 407 |
# File 'sig/types.rbs', line 405 def site_id @site_id end |