Struct aws_sdk_datazone::operation::put_environment_blueprint_configuration::PutEnvironmentBlueprintConfigurationOutput
source · #[non_exhaustive]pub struct PutEnvironmentBlueprintConfigurationOutput {
pub domain_id: Option<String>,
pub environment_blueprint_id: Option<String>,
pub provisioning_role_arn: Option<String>,
pub manage_access_role_arn: Option<String>,
pub enabled_regions: Option<Vec<String>>,
pub regional_parameters: Option<HashMap<String, HashMap<String, String>>>,
pub created_at: Option<DateTime>,
pub updated_at: Option<DateTime>,
/* 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.domain_id: Option<String>
The identifier of the Amazon DataZone domain.
environment_blueprint_id: Option<String>
The identifier of the environment blueprint.
provisioning_role_arn: Option<String>
The ARN of the provisioning role.
manage_access_role_arn: Option<String>
The ARN of the manage access role.
enabled_regions: Option<Vec<String>>
Specifies the enabled Amazon Web Services Regions.
regional_parameters: Option<HashMap<String, HashMap<String, String>>>
The regional parameters in the environment blueprint.
created_at: Option<DateTime>
The timestamp of when the environment blueprint was created.
updated_at: Option<DateTime>
The timestamp of when the environment blueprint was updated.
Implementations§
source§impl PutEnvironmentBlueprintConfigurationOutput
impl PutEnvironmentBlueprintConfigurationOutput
sourcepub fn environment_blueprint_id(&self) -> Option<&str>
pub fn environment_blueprint_id(&self) -> Option<&str>
The identifier of the environment blueprint.
sourcepub fn provisioning_role_arn(&self) -> Option<&str>
pub fn provisioning_role_arn(&self) -> Option<&str>
The ARN of the provisioning role.
sourcepub fn manage_access_role_arn(&self) -> Option<&str>
pub fn manage_access_role_arn(&self) -> Option<&str>
The ARN of the manage access role.
sourcepub fn enabled_regions(&self) -> Option<&[String]>
pub fn enabled_regions(&self) -> Option<&[String]>
Specifies the enabled Amazon Web Services Regions.
sourcepub fn regional_parameters(
&self
) -> Option<&HashMap<String, HashMap<String, String>>>
pub fn regional_parameters( &self ) -> Option<&HashMap<String, HashMap<String, String>>>
The regional parameters in the environment blueprint.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The timestamp of when the environment blueprint was created.
sourcepub fn updated_at(&self) -> Option<&DateTime>
pub fn updated_at(&self) -> Option<&DateTime>
The timestamp of when the environment blueprint was updated.
source§impl PutEnvironmentBlueprintConfigurationOutput
impl PutEnvironmentBlueprintConfigurationOutput
sourcepub fn builder() -> PutEnvironmentBlueprintConfigurationOutputBuilder
pub fn builder() -> PutEnvironmentBlueprintConfigurationOutputBuilder
Creates a new builder-style object to manufacture PutEnvironmentBlueprintConfigurationOutput
.
Trait Implementations§
source§impl Clone for PutEnvironmentBlueprintConfigurationOutput
impl Clone for PutEnvironmentBlueprintConfigurationOutput
source§fn clone(&self) -> PutEnvironmentBlueprintConfigurationOutput
fn clone(&self) -> PutEnvironmentBlueprintConfigurationOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for PutEnvironmentBlueprintConfigurationOutput
impl PartialEq for PutEnvironmentBlueprintConfigurationOutput
source§fn eq(&self, other: &PutEnvironmentBlueprintConfigurationOutput) -> bool
fn eq(&self, other: &PutEnvironmentBlueprintConfigurationOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for PutEnvironmentBlueprintConfigurationOutput
impl RequestId for PutEnvironmentBlueprintConfigurationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.