Struct aws_sdk_ecrpublic::model::authorization_data::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for AuthorizationData
Implementations
A base64-encoded string that contains authorization data for a public Amazon ECR registry. When the string is decoded, it is presented in the format user:password for public registry authentication using docker login.
A base64-encoded string that contains authorization data for a public Amazon ECR registry. When the string is decoded, it is presented in the format user:password for public registry authentication using docker login.
The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.
The Unix time in seconds and milliseconds when the authorization token expires. Authorization tokens are valid for 12 hours.
Consumes the builder and constructs a AuthorizationData
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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
