#[non_exhaustive]pub struct ListInfrastructureConfigurationsOutput { /* private fields */ }
Implementations§
source§impl ListInfrastructureConfigurationsOutput
impl ListInfrastructureConfigurationsOutput
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The request ID that uniquely identifies this request.
sourcepub fn infrastructure_configuration_summary_list(
&self
) -> Option<&[InfrastructureConfigurationSummary]>
pub fn infrastructure_configuration_summary_list(
&self
) -> Option<&[InfrastructureConfigurationSummary]>
The list of infrastructure configurations.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
source§impl ListInfrastructureConfigurationsOutput
impl ListInfrastructureConfigurationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListInfrastructureConfigurationsOutput
.
Trait Implementations§
source§impl Clone for ListInfrastructureConfigurationsOutput
impl Clone for ListInfrastructureConfigurationsOutput
source§fn clone(&self) -> ListInfrastructureConfigurationsOutput
fn clone(&self) -> ListInfrastructureConfigurationsOutput
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<ListInfrastructureConfigurationsOutput> for ListInfrastructureConfigurationsOutput
impl PartialEq<ListInfrastructureConfigurationsOutput> for ListInfrastructureConfigurationsOutput
source§fn eq(&self, other: &ListInfrastructureConfigurationsOutput) -> bool
fn eq(&self, other: &ListInfrastructureConfigurationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.