[][src]Struct rusoto_es::DissociatePackageRequest

pub struct DissociatePackageRequest {
    pub domain_name: String,
    pub package_id: String,
}

Container for request parameters to DissociatePackage operation.

Fields

domain_name: String

Name of the domain that you want to associate the package with.

package_id: String

Internal ID of the package that you want to associate with a domain. Use DescribePackages to find this value.

Trait Implementations

impl Clone for DissociatePackageRequest[src]

impl Debug for DissociatePackageRequest[src]

impl Default for DissociatePackageRequest[src]

impl PartialEq<DissociatePackageRequest> for DissociatePackageRequest[src]

impl Serialize for DissociatePackageRequest[src]

impl StructuralPartialEq for DissociatePackageRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.