pub struct EipDomainNameResult {
pub allocation_id: Output<String>,
pub domain_name: Output<String>,
pub ptr_record: Output<String>,
pub timeouts: Output<Option<EipDomainNameTimeouts>>,
}
Fields§
§allocation_id: Output<String>
The allocation ID.
domain_name: Output<String>
The domain name to modify for the IP address.
ptr_record: Output<String>
The DNS pointer (PTR) record for the IP address.
timeouts: Output<Option<EipDomainNameTimeouts>>
Auto Trait Implementations§
impl Freeze for EipDomainNameResult
impl RefUnwindSafe for EipDomainNameResult
impl Send for EipDomainNameResult
impl Sync for EipDomainNameResult
impl Unpin for EipDomainNameResult
impl UnwindSafe for EipDomainNameResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more