Struct aws_sdk_datazone::operation::update_subscription_target::UpdateSubscriptionTargetOutput
source · #[non_exhaustive]pub struct UpdateSubscriptionTargetOutput {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>
Identifier of the subscription target that is to be updated.
The authorized principals to be updated as part of the UpdateSubscriptionTarget
action.
domain_id: Option<String>
The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
project_id: Option<String>
The identifier of the project in which a subscription target is to be updated.
environment_id: Option<String>
The identifier of the environment in which a subscription target is to be updated.
name: Option<String>
The name to be updated as part of the UpdateSubscriptionTarget
action.
type: Option<String>
The type to be updated as part of the UpdateSubscriptionTarget
action.
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 a 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 to be updated as part of the UpdateSubscriptionTarget
action.
applicable_asset_types: Option<Vec<String>>
The applicable asset types to be updated as part of the UpdateSubscriptionTarget
action.
subscription_target_config: Option<Vec<SubscriptionTargetForm>>
The configuration to be updated as part of the UpdateSubscriptionTarget
action.
provider: Option<String>
The provider to be updated as part of the UpdateSubscriptionTarget
action.
Implementations§
source§impl UpdateSubscriptionTargetOutput
impl UpdateSubscriptionTargetOutput
The authorized principals to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn domain_id(&self) -> Option<&str>
pub fn domain_id(&self) -> Option<&str>
The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
sourcepub fn project_id(&self) -> Option<&str>
pub fn project_id(&self) -> Option<&str>
The identifier of the project in which a subscription target is to be updated.
sourcepub fn environment_id(&self) -> Option<&str>
pub fn environment_id(&self) -> Option<&str>
The identifier of the environment in which a subscription target is to be updated.
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
The name to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn type(&self) -> Option<&str>
pub fn type(&self) -> Option<&str>
The type to be updated as part of the UpdateSubscriptionTarget
action.
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 a 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 to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn applicable_asset_types(&self) -> Option<&[String]>
pub fn applicable_asset_types(&self) -> Option<&[String]>
The applicable asset types to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn subscription_target_config(&self) -> Option<&[SubscriptionTargetForm]>
pub fn subscription_target_config(&self) -> Option<&[SubscriptionTargetForm]>
The configuration to be updated as part of the UpdateSubscriptionTarget
action.
source§impl UpdateSubscriptionTargetOutput
impl UpdateSubscriptionTargetOutput
sourcepub fn builder() -> UpdateSubscriptionTargetOutputBuilder
pub fn builder() -> UpdateSubscriptionTargetOutputBuilder
Creates a new builder-style object to manufacture UpdateSubscriptionTargetOutput
.
Trait Implementations§
source§impl Clone for UpdateSubscriptionTargetOutput
impl Clone for UpdateSubscriptionTargetOutput
source§fn clone(&self) -> UpdateSubscriptionTargetOutput
fn clone(&self) -> UpdateSubscriptionTargetOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for UpdateSubscriptionTargetOutput
impl PartialEq for UpdateSubscriptionTargetOutput
source§fn eq(&self, other: &UpdateSubscriptionTargetOutput) -> bool
fn eq(&self, other: &UpdateSubscriptionTargetOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateSubscriptionTargetOutput
impl RequestId for UpdateSubscriptionTargetOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.