Struct aws_sdk_proton::operation::list_service_instance_outputs::ListServiceInstanceOutputsInput
source · #[non_exhaustive]pub struct ListServiceInstanceOutputsInput { /* private fields */ }
Implementations§
source§impl ListServiceInstanceOutputsInput
impl ListServiceInstanceOutputsInput
sourcepub fn service_instance_name(&self) -> Option<&str>
pub fn service_instance_name(&self) -> Option<&str>
The name of the service instance whose outputs you want.
sourcepub fn service_name(&self) -> Option<&str>
pub fn service_name(&self) -> Option<&str>
The name of the service that serviceInstanceName
is associated to.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.
source§impl ListServiceInstanceOutputsInput
impl ListServiceInstanceOutputsInput
sourcepub fn builder() -> ListServiceInstanceOutputsInputBuilder
pub fn builder() -> ListServiceInstanceOutputsInputBuilder
Creates a new builder-style object to manufacture ListServiceInstanceOutputsInput
.
source§impl ListServiceInstanceOutputsInput
impl ListServiceInstanceOutputsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListServiceInstanceOutputs, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListServiceInstanceOutputs, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListServiceInstanceOutputs
>
Trait Implementations§
source§impl Clone for ListServiceInstanceOutputsInput
impl Clone for ListServiceInstanceOutputsInput
source§fn clone(&self) -> ListServiceInstanceOutputsInput
fn clone(&self) -> ListServiceInstanceOutputsInput
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 PartialEq<ListServiceInstanceOutputsInput> for ListServiceInstanceOutputsInput
impl PartialEq<ListServiceInstanceOutputsInput> for ListServiceInstanceOutputsInput
source§fn eq(&self, other: &ListServiceInstanceOutputsInput) -> bool
fn eq(&self, other: &ListServiceInstanceOutputsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.