#[non_exhaustive]pub struct CreateCodeSigningConfigInput { /* private fields */ }Implementations§
source§impl CreateCodeSigningConfigInput
impl CreateCodeSigningConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateCodeSigningConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateCodeSigningConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateCodeSigningConfig>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateCodeSigningConfigInput.
source§impl CreateCodeSigningConfigInput
impl CreateCodeSigningConfigInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
Descriptive name for this code signing configuration.
sourcepub fn allowed_publishers(&self) -> Option<&AllowedPublishers>
pub fn allowed_publishers(&self) -> Option<&AllowedPublishers>
Signing profiles for this code signing configuration.
sourcepub fn code_signing_policies(&self) -> Option<&CodeSigningPolicies>
pub fn code_signing_policies(&self) -> Option<&CodeSigningPolicies>
The code signing policies define the actions to take if the validation checks fail.
Trait Implementations§
source§impl Clone for CreateCodeSigningConfigInput
impl Clone for CreateCodeSigningConfigInput
source§fn clone(&self) -> CreateCodeSigningConfigInput
fn clone(&self) -> CreateCodeSigningConfigInput
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 CreateCodeSigningConfigInput
impl Debug for CreateCodeSigningConfigInput
source§impl PartialEq<CreateCodeSigningConfigInput> for CreateCodeSigningConfigInput
impl PartialEq<CreateCodeSigningConfigInput> for CreateCodeSigningConfigInput
source§fn eq(&self, other: &CreateCodeSigningConfigInput) -> bool
fn eq(&self, other: &CreateCodeSigningConfigInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.