#[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 more