#[non_exhaustive]pub struct CreateFleetAdvisorCollectorInput { /* private fields */ }
Implementations§
source§impl CreateFleetAdvisorCollectorInput
impl CreateFleetAdvisorCollectorInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateFleetAdvisorCollector, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateFleetAdvisorCollector, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateFleetAdvisorCollector
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateFleetAdvisorCollectorInput
.
source§impl CreateFleetAdvisorCollectorInput
impl CreateFleetAdvisorCollectorInput
sourcepub fn collector_name(&self) -> Option<&str>
pub fn collector_name(&self) -> Option<&str>
The name of your Fleet Advisor collector (for example, sample-collector
).
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A summary description of your Fleet Advisor collector.
sourcepub fn service_access_role_arn(&self) -> Option<&str>
pub fn service_access_role_arn(&self) -> Option<&str>
The IAM role that grants permissions to access the specified Amazon S3 bucket.
sourcepub fn s3_bucket_name(&self) -> Option<&str>
pub fn s3_bucket_name(&self) -> Option<&str>
The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.
Trait Implementations§
source§impl Clone for CreateFleetAdvisorCollectorInput
impl Clone for CreateFleetAdvisorCollectorInput
source§fn clone(&self) -> CreateFleetAdvisorCollectorInput
fn clone(&self) -> CreateFleetAdvisorCollectorInput
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<CreateFleetAdvisorCollectorInput> for CreateFleetAdvisorCollectorInput
impl PartialEq<CreateFleetAdvisorCollectorInput> for CreateFleetAdvisorCollectorInput
source§fn eq(&self, other: &CreateFleetAdvisorCollectorInput) -> bool
fn eq(&self, other: &CreateFleetAdvisorCollectorInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.