Struct aws_sdk_devopsguru::model::ServiceCollection
source · #[non_exhaustive]pub struct ServiceCollection { /* private fields */ }
Expand description
A collection of the names of Amazon Web Services services.
Implementations§
source§impl ServiceCollection
impl ServiceCollection
sourcepub fn service_names(&self) -> Option<&[ServiceName]>
pub fn service_names(&self) -> Option<&[ServiceName]>
An array of strings that each specifies the name of an Amazon Web Services service.
source§impl ServiceCollection
impl ServiceCollection
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ServiceCollection
.
Trait Implementations§
source§impl Clone for ServiceCollection
impl Clone for ServiceCollection
source§fn clone(&self) -> ServiceCollection
fn clone(&self) -> ServiceCollection
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 Debug for ServiceCollection
impl Debug for ServiceCollection
source§impl PartialEq<ServiceCollection> for ServiceCollection
impl PartialEq<ServiceCollection> for ServiceCollection
source§fn eq(&self, other: &ServiceCollection) -> bool
fn eq(&self, other: &ServiceCollection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.