Struct aws_sdk_outposts::model::Address
source · #[non_exhaustive]pub struct Address { /* private fields */ }
Expand description
Information about an address.
Implementations§
source§impl Address
impl Address
sourcepub fn contact_name(&self) -> Option<&str>
pub fn contact_name(&self) -> Option<&str>
The name of the contact.
sourcepub fn contact_phone_number(&self) -> Option<&str>
pub fn contact_phone_number(&self) -> Option<&str>
The phone number of the contact.
sourcepub fn address_line1(&self) -> Option<&str>
pub fn address_line1(&self) -> Option<&str>
The first line of the address.
sourcepub fn address_line2(&self) -> Option<&str>
pub fn address_line2(&self) -> Option<&str>
The second line of the address.
sourcepub fn address_line3(&self) -> Option<&str>
pub fn address_line3(&self) -> Option<&str>
The third line of the address.
sourcepub fn state_or_region(&self) -> Option<&str>
pub fn state_or_region(&self) -> Option<&str>
The state for the address.
sourcepub fn district_or_county(&self) -> Option<&str>
pub fn district_or_county(&self) -> Option<&str>
The district or county for the address.
sourcepub fn postal_code(&self) -> Option<&str>
pub fn postal_code(&self) -> Option<&str>
The postal code for the address.
sourcepub fn country_code(&self) -> Option<&str>
pub fn country_code(&self) -> Option<&str>
The ISO-3166 two-letter country code for the address.
sourcepub fn municipality(&self) -> Option<&str>
pub fn municipality(&self) -> Option<&str>
The municipality for the address.