Struct aws_sdk_ec2::input::GetConsoleOutputInput
source · [−]#[non_exhaustive]pub struct GetConsoleOutputInput { /* private fields */ }
Implementations
sourceimpl GetConsoleOutputInput
impl GetConsoleOutputInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetConsoleOutput, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetConsoleOutput, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetConsoleOutput
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetConsoleOutputInput
.
sourceimpl GetConsoleOutputInput
impl GetConsoleOutputInput
sourcepub fn instance_id(&self) -> Option<&str>
pub fn instance_id(&self) -> Option<&str>
The ID of the instance.
Trait Implementations
sourceimpl Clone for GetConsoleOutputInput
impl Clone for GetConsoleOutputInput
sourcefn clone(&self) -> GetConsoleOutputInput
fn clone(&self) -> GetConsoleOutputInput
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 GetConsoleOutputInput
impl Debug for GetConsoleOutputInput
sourceimpl PartialEq<GetConsoleOutputInput> for GetConsoleOutputInput
impl PartialEq<GetConsoleOutputInput> for GetConsoleOutputInput
sourcefn eq(&self, other: &GetConsoleOutputInput) -> bool
fn eq(&self, other: &GetConsoleOutputInput) -> bool
impl StructuralPartialEq for GetConsoleOutputInput
Auto Trait Implementations
impl RefUnwindSafe for GetConsoleOutputInput
impl Send for GetConsoleOutputInput
impl Sync for GetConsoleOutputInput
impl Unpin for GetConsoleOutputInput
impl UnwindSafe for GetConsoleOutputInput
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