#[non_exhaustive]pub struct CreateFleetAdvisorCollectorOutput { /* private fields */ }
Implementations§
source§impl CreateFleetAdvisorCollectorOutput
impl CreateFleetAdvisorCollectorOutput
sourcepub fn collector_referenced_id(&self) -> Option<&str>
pub fn collector_referenced_id(&self) -> Option<&str>
The unique ID of the new Fleet Advisor collector, for example: 22fda70c-40d5-4acf-b233-a495bd8eb7f5
sourcepub fn collector_name(&self) -> Option<&str>
pub fn collector_name(&self) -> Option<&str>
The name of the new Fleet Advisor collector.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A summary description of the 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 collector uses to store inventory metadata.
source§impl CreateFleetAdvisorCollectorOutput
impl CreateFleetAdvisorCollectorOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateFleetAdvisorCollectorOutput
.
Trait Implementations§
source§impl Clone for CreateFleetAdvisorCollectorOutput
impl Clone for CreateFleetAdvisorCollectorOutput
source§fn clone(&self) -> CreateFleetAdvisorCollectorOutput
fn clone(&self) -> CreateFleetAdvisorCollectorOutput
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<CreateFleetAdvisorCollectorOutput> for CreateFleetAdvisorCollectorOutput
impl PartialEq<CreateFleetAdvisorCollectorOutput> for CreateFleetAdvisorCollectorOutput
source§fn eq(&self, other: &CreateFleetAdvisorCollectorOutput) -> bool
fn eq(&self, other: &CreateFleetAdvisorCollectorOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.