Struct aws_sdk_codeartifact::model::domain_description::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DomainDescription
Implementations
The Amazon Resource Name (ARN) of the domain.
The Amazon Resource Name (ARN) of the domain.
The current status of a domain. The valid values are
-
Active
-
Deleted
The current status of a domain. The valid values are
-
Active
-
Deleted
A timestamp that represents the date and time the domain was created.
A timestamp that represents the date and time the domain was created.
The ARN of an AWS Key Management Service (AWS KMS) key associated with a domain.
The ARN of an AWS Key Management Service (AWS KMS) key associated with a domain.
The number of repositories in the domain.
The number of repositories in the domain.
The total size of all assets in the domain.
The total size of all assets in the domain.
The Amazon Resource Name (ARN) of the Amazon S3 bucket that is used to store package assets in the domain.
The Amazon Resource Name (ARN) of the Amazon S3 bucket that is used to store package assets in the domain.
Consumes the builder and constructs a DomainDescription
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