Struct aws_sdk_ec2::input::GetConsoleOutputInput
source · #[non_exhaustive]pub struct GetConsoleOutputInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl GetConsoleOutputInput
impl GetConsoleOutputInput
sourcepub fn instance_id(&self) -> Option<&str>
pub fn instance_id(&self) -> Option<&str>
The ID of the instance.
Trait Implementations§
source§impl Clone for GetConsoleOutputInput
impl Clone for GetConsoleOutputInput
source§fn clone(&self) -> GetConsoleOutputInput
fn clone(&self) -> GetConsoleOutputInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetConsoleOutputInput
impl Debug for GetConsoleOutputInput
source§impl PartialEq<GetConsoleOutputInput> for GetConsoleOutputInput
impl PartialEq<GetConsoleOutputInput> for GetConsoleOutputInput
source§fn eq(&self, other: &GetConsoleOutputInput) -> bool
fn eq(&self, other: &GetConsoleOutputInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.