Struct aws_sdk_datazone::operation::get_domain::GetDomainOutput
source · #[non_exhaustive]pub struct GetDomainOutput {
pub id: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
pub single_sign_on: Option<SingleSignOn>,
pub domain_execution_role: Option<String>,
pub arn: Option<String>,
pub kms_key_identifier: Option<String>,
pub status: Option<DomainStatus>,
pub portal_url: Option<String>,
pub created_at: Option<DateTime>,
pub last_updated_at: Option<DateTime>,
pub tags: Option<HashMap<String, 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.id: Option<String>
The identifier of the specified Amazon DataZone domain.
name: Option<String>
The name of the Amazon DataZone domain.
description: Option<String>
The description of the Amazon DataZone domain.
single_sign_on: Option<SingleSignOn>
The single sing-on option of the specified Amazon DataZone domain.
domain_execution_role: Option<String>
The domain execution role with which the Amazon DataZone domain is created.
arn: Option<String>
The ARN of the specified Amazon DataZone domain.
kms_key_identifier: Option<String>
The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.
status: Option<DomainStatus>
The status of the specified Amazon DataZone domain.
portal_url: Option<String>
The URL of the data portal for this Amazon DataZone domain.
created_at: Option<DateTime>
The timestamp of when the Amazon DataZone domain was created.
last_updated_at: Option<DateTime>
The timestamp of when the Amazon DataZone domain was last updated.
The tags specified for the Amazon DataZone domain.
Implementations§
source§impl GetDomainOutput
impl GetDomainOutput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the Amazon DataZone domain.
sourcepub fn single_sign_on(&self) -> Option<&SingleSignOn>
pub fn single_sign_on(&self) -> Option<&SingleSignOn>
The single sing-on option of the specified Amazon DataZone domain.
sourcepub fn domain_execution_role(&self) -> Option<&str>
pub fn domain_execution_role(&self) -> Option<&str>
The domain execution role with which the Amazon DataZone domain is created.
sourcepub fn kms_key_identifier(&self) -> Option<&str>
pub fn kms_key_identifier(&self) -> Option<&str>
The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.
sourcepub fn status(&self) -> Option<&DomainStatus>
pub fn status(&self) -> Option<&DomainStatus>
The status of the specified Amazon DataZone domain.
sourcepub fn portal_url(&self) -> Option<&str>
pub fn portal_url(&self) -> Option<&str>
The URL of the data portal for this Amazon DataZone domain.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The timestamp of when the Amazon DataZone domain was created.
sourcepub fn last_updated_at(&self) -> Option<&DateTime>
pub fn last_updated_at(&self) -> Option<&DateTime>
The timestamp of when the Amazon DataZone domain was last updated.
The tags specified for the Amazon DataZone domain.
source§impl GetDomainOutput
impl GetDomainOutput
sourcepub fn builder() -> GetDomainOutputBuilder
pub fn builder() -> GetDomainOutputBuilder
Creates a new builder-style object to manufacture GetDomainOutput
.
Trait Implementations§
source§impl Clone for GetDomainOutput
impl Clone for GetDomainOutput
source§fn clone(&self) -> GetDomainOutput
fn clone(&self) -> GetDomainOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetDomainOutput
impl Debug for GetDomainOutput
source§impl PartialEq for GetDomainOutput
impl PartialEq for GetDomainOutput
source§fn eq(&self, other: &GetDomainOutput) -> bool
fn eq(&self, other: &GetDomainOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetDomainOutput
impl RequestId for GetDomainOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.