#[non_exhaustive]pub struct GetSubscriptionTargetOutput {Show 15 fields
pub id: Option<String>,
pub authorized_principals: Option<Vec<String>>,
pub domain_id: Option<String>,
pub project_id: Option<String>,
pub environment_id: Option<String>,
pub name: Option<String>,
pub type: Option<String>,
pub created_by: Option<String>,
pub updated_by: Option<String>,
pub created_at: Option<DateTime>,
pub updated_at: Option<DateTime>,
pub manage_access_role: Option<String>,
pub applicable_asset_types: Option<Vec<String>>,
pub subscription_target_config: Option<Vec<SubscriptionTargetForm>>,
pub provider: Option<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 ID of the subscription target.
The authorized principals of the subscription target.
domain_id: Option<String>
The ID of the Amazon DataZone domain in which the subscription target exists.
project_id: Option<String>
The ID of the project associated with the subscription target.
environment_id: Option<String>
The ID of the environment associated with the subscription target.
name: Option<String>
The name of the subscription target.
type: Option<String>
The type of the subscription target.
created_by: Option<String>
The Amazon DataZone user who created the subscription target.
updated_by: Option<String>
The Amazon DataZone user who updated the subscription target.
created_at: Option<DateTime>
The timestamp of when the subscription target was created.
updated_at: Option<DateTime>
The timestamp of when the subscription target was updated.
manage_access_role: Option<String>
The manage access role with which the subscription target was created.
applicable_asset_types: Option<Vec<String>>
The asset types associated with the subscription target.
subscription_target_config: Option<Vec<SubscriptionTargetForm>>
The configuration of teh subscription target.
provider: Option<String>
The provider of the subscription target.
Implementations§
source§impl GetSubscriptionTargetOutput
impl GetSubscriptionTargetOutput
The authorized principals of the subscription target.
sourcepub fn domain_id(&self) -> Option<&str>
pub fn domain_id(&self) -> Option<&str>
The ID of the Amazon DataZone domain in which the subscription target exists.
sourcepub fn project_id(&self) -> Option<&str>
pub fn project_id(&self) -> Option<&str>
The ID of the project associated with the subscription target.
sourcepub fn environment_id(&self) -> Option<&str>
pub fn environment_id(&self) -> Option<&str>
The ID of the environment associated with the subscription target.
sourcepub fn created_by(&self) -> Option<&str>
pub fn created_by(&self) -> Option<&str>
The Amazon DataZone user who created the subscription target.
sourcepub fn updated_by(&self) -> Option<&str>
pub fn updated_by(&self) -> Option<&str>
The Amazon DataZone user who updated the subscription target.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The timestamp of when the subscription target was created.
sourcepub fn updated_at(&self) -> Option<&DateTime>
pub fn updated_at(&self) -> Option<&DateTime>
The timestamp of when the subscription target was updated.
sourcepub fn manage_access_role(&self) -> Option<&str>
pub fn manage_access_role(&self) -> Option<&str>
The manage access role with which the subscription target was created.
sourcepub fn applicable_asset_types(&self) -> Option<&[String]>
pub fn applicable_asset_types(&self) -> Option<&[String]>
The asset types associated with the subscription target.
sourcepub fn subscription_target_config(&self) -> Option<&[SubscriptionTargetForm]>
pub fn subscription_target_config(&self) -> Option<&[SubscriptionTargetForm]>
The configuration of teh subscription target.
source§impl GetSubscriptionTargetOutput
impl GetSubscriptionTargetOutput
sourcepub fn builder() -> GetSubscriptionTargetOutputBuilder
pub fn builder() -> GetSubscriptionTargetOutputBuilder
Creates a new builder-style object to manufacture GetSubscriptionTargetOutput
.
Trait Implementations§
source§impl Clone for GetSubscriptionTargetOutput
impl Clone for GetSubscriptionTargetOutput
source§fn clone(&self) -> GetSubscriptionTargetOutput
fn clone(&self) -> GetSubscriptionTargetOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetSubscriptionTargetOutput
impl Debug for GetSubscriptionTargetOutput
source§impl PartialEq for GetSubscriptionTargetOutput
impl PartialEq for GetSubscriptionTargetOutput
source§fn eq(&self, other: &GetSubscriptionTargetOutput) -> bool
fn eq(&self, other: &GetSubscriptionTargetOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetSubscriptionTargetOutput
impl RequestId for GetSubscriptionTargetOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.