#[non_exhaustive]pub struct GetKeyGroupConfigOutput { /* private fields */ }
Implementations§
source§impl GetKeyGroupConfigOutput
impl GetKeyGroupConfigOutput
sourcepub fn key_group_config(&self) -> Option<&KeyGroupConfig>
pub fn key_group_config(&self) -> Option<&KeyGroupConfig>
The key group configuration.
source§impl GetKeyGroupConfigOutput
impl GetKeyGroupConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetKeyGroupConfigOutput
.
Trait Implementations§
source§impl Clone for GetKeyGroupConfigOutput
impl Clone for GetKeyGroupConfigOutput
source§fn clone(&self) -> GetKeyGroupConfigOutput
fn clone(&self) -> GetKeyGroupConfigOutput
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 GetKeyGroupConfigOutput
impl Debug for GetKeyGroupConfigOutput
source§impl PartialEq<GetKeyGroupConfigOutput> for GetKeyGroupConfigOutput
impl PartialEq<GetKeyGroupConfigOutput> for GetKeyGroupConfigOutput
source§fn eq(&self, other: &GetKeyGroupConfigOutput) -> bool
fn eq(&self, other: &GetKeyGroupConfigOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.