#[non_exhaustive]pub struct UpdateKxEnvironmentOutput {Show 16 fields
pub name: Option<String>,
pub environment_id: Option<String>,
pub aws_account_id: Option<String>,
pub status: Option<EnvironmentStatus>,
pub tgw_status: Option<TgwStatus>,
pub dns_status: Option<DnsStatus>,
pub error_message: Option<String>,
pub description: Option<String>,
pub environment_arn: Option<String>,
pub kms_key_id: Option<String>,
pub dedicated_service_account_id: Option<String>,
pub transit_gateway_configuration: Option<TransitGatewayConfiguration>,
pub custom_dns_configuration: Option<Vec<CustomDnsServer>>,
pub creation_timestamp: Option<DateTime>,
pub update_timestamp: Option<DateTime>,
pub availability_zone_ids: Option<Vec<String>>,
/* 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.name: Option<String>The name of the kdb environment.
environment_id: Option<String>A unique identifier for the kdb environment.
aws_account_id: Option<String>The unique identifier of the AWS account that is used to create the kdb environment.
status: Option<EnvironmentStatus>The status of the kdb environment.
tgw_status: Option<TgwStatus>The status of the network configuration.
dns_status: Option<DnsStatus>The status of DNS configuration.
error_message: Option<String>Specifies the error message that appears if a flow fails.
description: Option<String>The description of the environment.
environment_arn: Option<String>The ARN identifier of the environment.
kms_key_id: Option<String>The KMS key ID to encrypt your data in the FinSpace environment.
dedicated_service_account_id: Option<String>A unique identifier for the AWS environment infrastructure account.
transit_gateway_configuration: Option<TransitGatewayConfiguration>The structure of the transit gateway and network configuration that is used to connect the kdb environment to an internal network.
custom_dns_configuration: Option<Vec<CustomDnsServer>>A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
creation_timestamp: Option<DateTime>The timestamp at which the kdb environment was created in FinSpace.
update_timestamp: Option<DateTime>The timestamp at which the kdb environment was updated.
availability_zone_ids: Option<Vec<String>>The identifier of the availability zones where subnets for the environment are created.
Implementations§
source§impl UpdateKxEnvironmentOutput
impl UpdateKxEnvironmentOutput
sourcepub fn environment_id(&self) -> Option<&str>
pub fn environment_id(&self) -> Option<&str>
A unique identifier for the kdb environment.
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The unique identifier of the AWS account that is used to create the kdb environment.
sourcepub fn status(&self) -> Option<&EnvironmentStatus>
pub fn status(&self) -> Option<&EnvironmentStatus>
The status of the kdb environment.
sourcepub fn tgw_status(&self) -> Option<&TgwStatus>
pub fn tgw_status(&self) -> Option<&TgwStatus>
The status of the network configuration.
sourcepub fn dns_status(&self) -> Option<&DnsStatus>
pub fn dns_status(&self) -> Option<&DnsStatus>
The status of DNS configuration.
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
Specifies the error message that appears if a flow fails.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the environment.
sourcepub fn environment_arn(&self) -> Option<&str>
pub fn environment_arn(&self) -> Option<&str>
The ARN identifier of the environment.
sourcepub fn kms_key_id(&self) -> Option<&str>
pub fn kms_key_id(&self) -> Option<&str>
The KMS key ID to encrypt your data in the FinSpace environment.
sourcepub fn dedicated_service_account_id(&self) -> Option<&str>
pub fn dedicated_service_account_id(&self) -> Option<&str>
A unique identifier for the AWS environment infrastructure account.
sourcepub fn transit_gateway_configuration(
&self
) -> Option<&TransitGatewayConfiguration>
pub fn transit_gateway_configuration( &self ) -> Option<&TransitGatewayConfiguration>
The structure of the transit gateway and network configuration that is used to connect the kdb environment to an internal network.
sourcepub fn custom_dns_configuration(&self) -> &[CustomDnsServer]
pub fn custom_dns_configuration(&self) -> &[CustomDnsServer]
A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .custom_dns_configuration.is_none().
sourcepub fn creation_timestamp(&self) -> Option<&DateTime>
pub fn creation_timestamp(&self) -> Option<&DateTime>
The timestamp at which the kdb environment was created in FinSpace.
sourcepub fn update_timestamp(&self) -> Option<&DateTime>
pub fn update_timestamp(&self) -> Option<&DateTime>
The timestamp at which the kdb environment was updated.
sourcepub fn availability_zone_ids(&self) -> &[String]
pub fn availability_zone_ids(&self) -> &[String]
The identifier of the availability zones where subnets for the environment are created.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .availability_zone_ids.is_none().
source§impl UpdateKxEnvironmentOutput
impl UpdateKxEnvironmentOutput
sourcepub fn builder() -> UpdateKxEnvironmentOutputBuilder
pub fn builder() -> UpdateKxEnvironmentOutputBuilder
Creates a new builder-style object to manufacture UpdateKxEnvironmentOutput.
Trait Implementations§
source§impl Clone for UpdateKxEnvironmentOutput
impl Clone for UpdateKxEnvironmentOutput
source§fn clone(&self) -> UpdateKxEnvironmentOutput
fn clone(&self) -> UpdateKxEnvironmentOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for UpdateKxEnvironmentOutput
impl Debug for UpdateKxEnvironmentOutput
source§impl PartialEq for UpdateKxEnvironmentOutput
impl PartialEq for UpdateKxEnvironmentOutput
source§fn eq(&self, other: &UpdateKxEnvironmentOutput) -> bool
fn eq(&self, other: &UpdateKxEnvironmentOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateKxEnvironmentOutput
impl RequestId for UpdateKxEnvironmentOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.impl StructuralPartialEq for UpdateKxEnvironmentOutput
Auto Trait Implementations§
impl Freeze for UpdateKxEnvironmentOutput
impl RefUnwindSafe for UpdateKxEnvironmentOutput
impl Send for UpdateKxEnvironmentOutput
impl Sync for UpdateKxEnvironmentOutput
impl Unpin for UpdateKxEnvironmentOutput
impl UnwindSafe for UpdateKxEnvironmentOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more