#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for EnvironmentInfoDescription
Implementations
The type of information retrieved.
The type of information retrieved.
The Amazon EC2 Instance ID for this information.
The Amazon EC2 Instance ID for this information.
The time stamp when this information was retrieved.
The time stamp when this information was retrieved.
The retrieved information. Currently contains a presigned Amazon S3 URL. The files are deleted after 15 minutes.
Anyone in possession of this URL can access the files before they are deleted. Make the URL available only to trusted parties.
The retrieved information. Currently contains a presigned Amazon S3 URL. The files are deleted after 15 minutes.
Anyone in possession of this URL can access the files before they are deleted. Make the URL available only to trusted parties.
Consumes the builder and constructs a EnvironmentInfoDescription
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