Struct aws_sdk_appfabric::operation::delete_ingestion_destination::DeleteIngestionDestinationInput
source · #[non_exhaustive]pub struct DeleteIngestionDestinationInput {
pub app_bundle_identifier: Option<String>,
pub ingestion_identifier: Option<String>,
pub ingestion_destination_identifier: Option<String>,
}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.app_bundle_identifier: Option<String>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
ingestion_identifier: Option<String>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
ingestion_destination_identifier: Option<String>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.
Implementations§
source§impl DeleteIngestionDestinationInput
impl DeleteIngestionDestinationInput
sourcepub fn app_bundle_identifier(&self) -> Option<&str>
pub fn app_bundle_identifier(&self) -> Option<&str>
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
sourcepub fn ingestion_identifier(&self) -> Option<&str>
pub fn ingestion_identifier(&self) -> Option<&str>
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
sourcepub fn ingestion_destination_identifier(&self) -> Option<&str>
pub fn ingestion_destination_identifier(&self) -> Option<&str>
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.
source§impl DeleteIngestionDestinationInput
impl DeleteIngestionDestinationInput
sourcepub fn builder() -> DeleteIngestionDestinationInputBuilder
pub fn builder() -> DeleteIngestionDestinationInputBuilder
Creates a new builder-style object to manufacture DeleteIngestionDestinationInput.
Trait Implementations§
source§impl Clone for DeleteIngestionDestinationInput
impl Clone for DeleteIngestionDestinationInput
source§fn clone(&self) -> DeleteIngestionDestinationInput
fn clone(&self) -> DeleteIngestionDestinationInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq for DeleteIngestionDestinationInput
impl PartialEq for DeleteIngestionDestinationInput
source§fn eq(&self, other: &DeleteIngestionDestinationInput) -> bool
fn eq(&self, other: &DeleteIngestionDestinationInput) -> bool
self and other values to be equal, and is used
by ==.