Struct aws_sdk_datazone::operation::update_environment_profile::UpdateEnvironmentProfileOutput
source · #[non_exhaustive]pub struct UpdateEnvironmentProfileOutput {
pub id: String,
pub domain_id: String,
pub aws_account_id: Option<String>,
pub aws_account_region: Option<String>,
pub created_by: String,
pub created_at: Option<DateTime>,
pub updated_at: Option<DateTime>,
pub name: String,
pub description: Option<String>,
pub environment_blueprint_id: 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: String
The identifier of the environment profile that is to be udpated.
domain_id: String
The identifier of the Amazon DataZone domain in which the environment profile is to be updated.
aws_account_id: Option<String>
The Amazon Web Services account in which a specified environment profile is to be udpated.
aws_account_region: Option<String>
The Amazon Web Services Region in which a specified environment profile is to be updated.
created_by: String
The Amazon DataZone user who created the environment profile.
created_at: Option<DateTime>
The timestamp of when the environment profile was created.
updated_at: Option<DateTime>
The timestamp of when the environment profile was updated.
name: String
The name to be updated as part of the UpdateEnvironmentProfile
action.
description: Option<String>
The description to be updated as part of the UpdateEnvironmentProfile
action.
environment_blueprint_id: String
The identifier of the blueprint of the environment profile that is to be updated.
project_id: Option<String>
The identifier of the project of the environment profile that is to be updated.
user_parameters: Option<Vec<CustomParameter>>
The user parameters to be updated as part of the UpdateEnvironmentProfile
action.
Implementations§
source§impl UpdateEnvironmentProfileOutput
impl UpdateEnvironmentProfileOutput
sourcepub fn domain_id(&self) -> &str
pub fn domain_id(&self) -> &str
The identifier of the Amazon DataZone domain in which the environment profile is to be updated.
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The Amazon Web Services account in which a specified environment profile is to be udpated.
sourcepub fn aws_account_region(&self) -> Option<&str>
pub fn aws_account_region(&self) -> Option<&str>
The Amazon Web Services Region in which a specified environment profile is to be updated.
sourcepub fn created_by(&self) -> &str
pub fn created_by(&self) -> &str
The Amazon DataZone user who created the environment profile.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The timestamp of when the environment profile was created.
sourcepub fn updated_at(&self) -> Option<&DateTime>
pub fn updated_at(&self) -> Option<&DateTime>
The timestamp of when the environment profile was updated.
sourcepub fn name(&self) -> &str
pub fn name(&self) -> &str
The name to be updated as part of the UpdateEnvironmentProfile
action.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description to be updated as part of the UpdateEnvironmentProfile
action.
sourcepub fn environment_blueprint_id(&self) -> &str
pub fn environment_blueprint_id(&self) -> &str
The identifier of the blueprint of the environment profile that is to be updated.
sourcepub fn project_id(&self) -> Option<&str>
pub fn project_id(&self) -> Option<&str>
The identifier of the project of the environment profile that is to be updated.
sourcepub fn user_parameters(&self) -> &[CustomParameter]
pub fn user_parameters(&self) -> &[CustomParameter]
The user parameters to be updated as part of the UpdateEnvironmentProfile
action.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .user_parameters.is_none()
.
source§impl UpdateEnvironmentProfileOutput
impl UpdateEnvironmentProfileOutput
sourcepub fn builder() -> UpdateEnvironmentProfileOutputBuilder
pub fn builder() -> UpdateEnvironmentProfileOutputBuilder
Creates a new builder-style object to manufacture UpdateEnvironmentProfileOutput
.
Trait Implementations§
source§impl Clone for UpdateEnvironmentProfileOutput
impl Clone for UpdateEnvironmentProfileOutput
source§fn clone(&self) -> UpdateEnvironmentProfileOutput
fn clone(&self) -> UpdateEnvironmentProfileOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for UpdateEnvironmentProfileOutput
impl PartialEq for UpdateEnvironmentProfileOutput
source§fn eq(&self, other: &UpdateEnvironmentProfileOutput) -> bool
fn eq(&self, other: &UpdateEnvironmentProfileOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateEnvironmentProfileOutput
impl RequestId for UpdateEnvironmentProfileOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.