#[non_exhaustive]pub struct CreateGroupOutput {
pub group: Option<Group>,
pub resource_query: Option<ResourceQuery>,
pub tags: Option<HashMap<String, String>>,
pub group_configuration: Option<GroupConfiguration>,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.group: Option<Group>The description of the resource group.
resource_query: Option<ResourceQuery>The resource query associated with the group. For more information about resource queries, see Create a tag-based group in Resource Groups.
The tags associated with the group.
group_configuration: Option<GroupConfiguration>The service configuration associated with the resource group. For details about the syntax of a service configuration, see Service configurations for Resource Groups.
Implementations§
source§impl CreateGroupOutput
impl CreateGroupOutput
sourcepub fn resource_query(&self) -> Option<&ResourceQuery>
pub fn resource_query(&self) -> Option<&ResourceQuery>
The resource query associated with the group. For more information about resource queries, see Create a tag-based group in Resource Groups.
The tags associated with the group.
sourcepub fn group_configuration(&self) -> Option<&GroupConfiguration>
pub fn group_configuration(&self) -> Option<&GroupConfiguration>
The service configuration associated with the resource group. For details about the syntax of a service configuration, see Service configurations for Resource Groups.
source§impl CreateGroupOutput
impl CreateGroupOutput
sourcepub fn builder() -> CreateGroupOutputBuilder
pub fn builder() -> CreateGroupOutputBuilder
Creates a new builder-style object to manufacture CreateGroupOutput.
Trait Implementations§
source§impl Clone for CreateGroupOutput
impl Clone for CreateGroupOutput
source§fn clone(&self) -> CreateGroupOutput
fn clone(&self) -> CreateGroupOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for CreateGroupOutput
impl Debug for CreateGroupOutput
source§impl PartialEq for CreateGroupOutput
impl PartialEq for CreateGroupOutput
source§fn eq(&self, other: &CreateGroupOutput) -> bool
fn eq(&self, other: &CreateGroupOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateGroupOutput
impl RequestId for CreateGroupOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.