#[non_exhaustive]pub struct DescribeFleetAdvisorSchemaObjectSummaryInput { /* private fields */ }
Implementations§
source§impl DescribeFleetAdvisorSchemaObjectSummaryInput
impl DescribeFleetAdvisorSchemaObjectSummaryInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeFleetAdvisorSchemaObjectSummary, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeFleetAdvisorSchemaObjectSummary, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeFleetAdvisorSchemaObjectSummary
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeFleetAdvisorSchemaObjectSummaryInput
.
source§impl DescribeFleetAdvisorSchemaObjectSummaryInput
impl DescribeFleetAdvisorSchemaObjectSummaryInput
sourcepub fn filters(&self) -> Option<&[Filter]>
pub fn filters(&self) -> Option<&[Filter]>
If you specify any of the following filters, the output includes information for only those schema objects that meet the filter criteria:
-
schema-id
– The ID of the schema, for exampled4610ac5-e323-4ad9-bc50-eaf7249dfe9d
.
Example: describe-fleet-advisor-schema-object-summary --filter Name="schema-id",Values="50"
sourcepub fn max_records(&self) -> Option<i32>
pub fn max_records(&self) -> Option<i32>
Sets the maximum number of records returned in the response.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If NextToken
is returned by a previous response, there are more results available. The value of NextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
Trait Implementations§
source§impl Clone for DescribeFleetAdvisorSchemaObjectSummaryInput
impl Clone for DescribeFleetAdvisorSchemaObjectSummaryInput
source§fn clone(&self) -> DescribeFleetAdvisorSchemaObjectSummaryInput
fn clone(&self) -> DescribeFleetAdvisorSchemaObjectSummaryInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<DescribeFleetAdvisorSchemaObjectSummaryInput> for DescribeFleetAdvisorSchemaObjectSummaryInput
impl PartialEq<DescribeFleetAdvisorSchemaObjectSummaryInput> for DescribeFleetAdvisorSchemaObjectSummaryInput
source§fn eq(&self, other: &DescribeFleetAdvisorSchemaObjectSummaryInput) -> bool
fn eq(&self, other: &DescribeFleetAdvisorSchemaObjectSummaryInput) -> bool
self
and other
values to be equal, and is used
by ==
.