Struct aws_sdk_cloudfront::input::CreateKeyGroupInput
source · #[non_exhaustive]pub struct CreateKeyGroupInput { /* private fields */ }
Implementations§
source§impl CreateKeyGroupInput
impl CreateKeyGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateKeyGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateKeyGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateKeyGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateKeyGroupInput
.
source§impl CreateKeyGroupInput
impl CreateKeyGroupInput
sourcepub fn key_group_config(&self) -> Option<&KeyGroupConfig>
pub fn key_group_config(&self) -> Option<&KeyGroupConfig>
A key group configuration.
Trait Implementations§
source§impl Clone for CreateKeyGroupInput
impl Clone for CreateKeyGroupInput
source§fn clone(&self) -> CreateKeyGroupInput
fn clone(&self) -> CreateKeyGroupInput
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 CreateKeyGroupInput
impl Debug for CreateKeyGroupInput
source§impl PartialEq<CreateKeyGroupInput> for CreateKeyGroupInput
impl PartialEq<CreateKeyGroupInput> for CreateKeyGroupInput
source§fn eq(&self, other: &CreateKeyGroupInput) -> bool
fn eq(&self, other: &CreateKeyGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.