Struct aws_sdk_ecr::input::PutRegistryPolicyInput [−][src]
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.policy_text: Option<String>The JSON policy text to apply to your registry. The policy text follows the same format as IAM policy text. For more information, see Registry permissions in the Amazon Elastic Container Registry User Guide.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutRegistryPolicy, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutRegistryPolicy, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<PutRegistryPolicy>
Creates a new builder-style object to manufacture PutRegistryPolicyInput
The JSON policy text to apply to your registry. The policy text follows the same format as IAM policy text. For more information, see Registry permissions in the Amazon Elastic Container Registry User Guide.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PutRegistryPolicyInput
impl Send for PutRegistryPolicyInput
impl Sync for PutRegistryPolicyInput
impl Unpin for PutRegistryPolicyInput
impl UnwindSafe for PutRegistryPolicyInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
