Struct aws_sdk_elasticsearch::output::ListPackagesForDomainOutput [−][src]
#[non_exhaustive]pub struct ListPackagesForDomainOutput {
pub domain_package_details_list: Option<Vec<DomainPackageDetails>>,
pub next_token: Option<String>,
}
Expand description
Container for response parameters to
operation. ListPackagesForDomain
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.domain_package_details_list: Option<Vec<DomainPackageDetails>>
List of DomainPackageDetails
objects.
next_token: Option<String>
Pagination token that needs to be supplied to the next call to get the next page of results.
Implementations
List of DomainPackageDetails
objects.
Pagination token that needs to be supplied to the next call to get the next page of results.
Creates a new builder-style object to manufacture ListPackagesForDomainOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ListPackagesForDomainOutput
impl Send for ListPackagesForDomainOutput
impl Sync for ListPackagesForDomainOutput
impl Unpin for ListPackagesForDomainOutput
impl UnwindSafe for ListPackagesForDomainOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more