#[non_exhaustive]pub struct GetOutpostInstanceTypesInput { /* private fields */ }
Implementations
sourceimpl GetOutpostInstanceTypesInput
impl GetOutpostInstanceTypesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetOutpostInstanceTypes, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetOutpostInstanceTypes, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetOutpostInstanceTypes
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetOutpostInstanceTypesInput
.
sourceimpl GetOutpostInstanceTypesInput
impl GetOutpostInstanceTypesInput
sourcepub fn outpost_id(&self) -> Option<&str>
pub fn outpost_id(&self) -> Option<&str>
The ID or the Amazon Resource Name (ARN) of the Outpost.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and sites throughout the Outposts Query API. To address backwards compatibility, the parameter names OutpostID
or SiteID
remain in use. Despite the parameter name, you can make the request with an ARN.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum page size.
Trait Implementations
sourceimpl Clone for GetOutpostInstanceTypesInput
impl Clone for GetOutpostInstanceTypesInput
sourcefn clone(&self) -> GetOutpostInstanceTypesInput
fn clone(&self) -> GetOutpostInstanceTypesInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetOutpostInstanceTypesInput
impl Debug for GetOutpostInstanceTypesInput
sourceimpl PartialEq<GetOutpostInstanceTypesInput> for GetOutpostInstanceTypesInput
impl PartialEq<GetOutpostInstanceTypesInput> for GetOutpostInstanceTypesInput
sourcefn eq(&self, other: &GetOutpostInstanceTypesInput) -> bool
fn eq(&self, other: &GetOutpostInstanceTypesInput) -> bool
impl StructuralPartialEq for GetOutpostInstanceTypesInput
Auto Trait Implementations
impl RefUnwindSafe for GetOutpostInstanceTypesInput
impl Send for GetOutpostInstanceTypesInput
impl Sync for GetOutpostInstanceTypesInput
impl Unpin for GetOutpostInstanceTypesInput
impl UnwindSafe for GetOutpostInstanceTypesInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more