[−][src]Struct rusoto_route53::HostedZone
A complex type that contains general information about the hosted zone.
Fields
caller_reference: String
The value that you specified for CallerReference
when you created the hosted zone.
config: Option<HostedZoneConfig>
A complex type that includes the Comment
and PrivateZone
elements. If you omitted the HostedZoneConfig
and Comment
elements from the request, the Config
and Comment
elements don't appear in the response.
id: String
The ID that Amazon Route 53 assigned to the hosted zone when you created it.
linked_service: Option<LinkedService>
If the hosted zone was created by another service, the service that created the hosted zone. When a hosted zone is created by another service, you can't edit or delete it using Route 53.
name: String
The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.
For information about how to specify characters other than a-z
, 0-9
, and -
(hyphen) and how to specify internationalized domain names, see CreateHostedZone.
resource_record_set_count: Option<i64>
The number of resource record sets in the hosted zone.
Trait Implementations
impl PartialEq<HostedZone> for HostedZone
[src]
fn eq(&self, other: &HostedZone) -> bool
[src]
fn ne(&self, other: &HostedZone) -> bool
[src]
impl Default for HostedZone
[src]
fn default() -> HostedZone
[src]
impl Clone for HostedZone
[src]
fn clone(&self) -> HostedZone
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for HostedZone
[src]
Auto Trait Implementations
impl Send for HostedZone
impl Sync for HostedZone
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self