Struct aws_sdk_datazone::operation::create_environment_profile::CreateEnvironmentProfileOutput
source · #[non_exhaustive]pub struct CreateEnvironmentProfileOutput {
pub id: Option<String>,
pub domain_id: Option<String>,
pub aws_account_id: Option<String>,
pub aws_account_region: Option<String>,
pub created_by: Option<String>,
pub created_at: Option<DateTime>,
pub updated_at: Option<DateTime>,
pub name: Option<String>,
pub description: Option<String>,
pub environment_blueprint_id: Option<String>,
pub project_id: Option<String>,
pub user_parameters: Option<Vec<CustomParameter>>,
/* private fields */
}
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.id: Option<String>
The ID of this Amazon DataZone environment profile.
domain_id: Option<String>
The ID of the Amazon DataZone domain in which this environment profile is created.
aws_account_id: Option<String>
The Amazon Web Services account ID in which this Amazon DataZone environment profile is created.
aws_account_region: Option<String>
The Amazon Web Services region in which this Amazon DataZone environment profile is created.
created_by: Option<String>
The Amazon DataZone user who created this environment profile.
created_at: Option<DateTime>
The timestamp of when this environment profile was created.
updated_at: Option<DateTime>
The timestamp of when this environment profile was updated.
name: Option<String>
The name of this Amazon DataZone environment profile.
description: Option<String>
The description of this Amazon DataZone environment profile.
environment_blueprint_id: Option<String>
The ID of the blueprint with which this environment profile is created.
project_id: Option<String>
The ID of the Amazon DataZone project in which this environment profile is created.
user_parameters: Option<Vec<CustomParameter>>
The user parameters of this Amazon DataZone environment profile.
Implementations§
source§impl CreateEnvironmentProfileOutput
impl CreateEnvironmentProfileOutput
sourcepub fn domain_id(&self) -> Option<&str>
pub fn domain_id(&self) -> Option<&str>
The ID of the Amazon DataZone domain in which this environment profile is created.
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The Amazon Web Services account ID in which this Amazon DataZone environment profile is created.
sourcepub fn aws_account_region(&self) -> Option<&str>
pub fn aws_account_region(&self) -> Option<&str>
The Amazon Web Services region in which this Amazon DataZone environment profile is created.
sourcepub fn created_by(&self) -> Option<&str>
pub fn created_by(&self) -> Option<&str>
The Amazon DataZone user who created this environment profile.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The timestamp of when this environment profile was created.
sourcepub fn updated_at(&self) -> Option<&DateTime>
pub fn updated_at(&self) -> Option<&DateTime>
The timestamp of when this environment profile was updated.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of this Amazon DataZone environment profile.
sourcepub fn environment_blueprint_id(&self) -> Option<&str>
pub fn environment_blueprint_id(&self) -> Option<&str>
The ID of the blueprint with which this environment profile is created.
sourcepub fn project_id(&self) -> Option<&str>
pub fn project_id(&self) -> Option<&str>
The ID of the Amazon DataZone project in which this environment profile is created.
sourcepub fn user_parameters(&self) -> Option<&[CustomParameter]>
pub fn user_parameters(&self) -> Option<&[CustomParameter]>
The user parameters of this Amazon DataZone environment profile.
source§impl CreateEnvironmentProfileOutput
impl CreateEnvironmentProfileOutput
sourcepub fn builder() -> CreateEnvironmentProfileOutputBuilder
pub fn builder() -> CreateEnvironmentProfileOutputBuilder
Creates a new builder-style object to manufacture CreateEnvironmentProfileOutput
.
Trait Implementations§
source§impl Clone for CreateEnvironmentProfileOutput
impl Clone for CreateEnvironmentProfileOutput
source§fn clone(&self) -> CreateEnvironmentProfileOutput
fn clone(&self) -> CreateEnvironmentProfileOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for CreateEnvironmentProfileOutput
impl PartialEq for CreateEnvironmentProfileOutput
source§fn eq(&self, other: &CreateEnvironmentProfileOutput) -> bool
fn eq(&self, other: &CreateEnvironmentProfileOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateEnvironmentProfileOutput
impl RequestId for CreateEnvironmentProfileOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.