Struct aws_sdk_databrew::output::describe_project_output::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeProjectOutput
Implementations
The date and time that the project was created.
The date and time that the project was created.
The identifier (user name) of the user who created the project.
The identifier (user name) of the user who created the project.
The dataset associated with the project.
The dataset associated with the project.
The date and time that the project was last modified.
The date and time that the project was last modified.
The identifier (user name) of the user who last modified the project.
The identifier (user name) of the user who last modified the project.
The recipe associated with this job.
The recipe associated with this job.
The Amazon Resource Name (ARN) of the project.
The Amazon Resource Name (ARN) of the project.
Represents the sample size and sampling type for DataBrew to use for interactive data analysis.
Represents the sample size and sampling type for DataBrew to use for interactive data analysis.
The ARN of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
The ARN of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
Metadata tags associated with this project.
Metadata tags associated with this project.
Describes the current state of the session:
-
PROVISIONING
- allocating resources for the session. -
INITIALIZING
- getting the session ready for first use. -
ASSIGNED
- the session is ready for use.
Describes the current state of the session:
-
PROVISIONING
- allocating resources for the session. -
INITIALIZING
- getting the session ready for first use. -
ASSIGNED
- the session is ready for use.
The identifier (user name) of the user that opened the project for use.
The identifier (user name) of the user that opened the project for use.
The date and time when the project was opened.
Consumes the builder and constructs a DescribeProjectOutput
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