#[non_exhaustive]pub struct GetResourceEventConfigurationInput { /* private fields */ }
Implementations§
source§impl GetResourceEventConfigurationInput
impl GetResourceEventConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetResourceEventConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetResourceEventConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetResourceEventConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetResourceEventConfigurationInput
.
source§impl GetResourceEventConfigurationInput
impl GetResourceEventConfigurationInput
sourcepub fn identifier(&self) -> Option<&str>
pub fn identifier(&self) -> Option<&str>
Resource identifier to opt in for event messaging.
sourcepub fn identifier_type(&self) -> Option<&IdentifierType>
pub fn identifier_type(&self) -> Option<&IdentifierType>
Identifier type of the particular resource identifier for event configuration.
sourcepub fn partner_type(&self) -> Option<&EventNotificationPartnerType>
pub fn partner_type(&self) -> Option<&EventNotificationPartnerType>
Partner type of the resource if the identifier type is PartnerAccountId
.
Trait Implementations§
source§impl Clone for GetResourceEventConfigurationInput
impl Clone for GetResourceEventConfigurationInput
source§fn clone(&self) -> GetResourceEventConfigurationInput
fn clone(&self) -> GetResourceEventConfigurationInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<GetResourceEventConfigurationInput> for GetResourceEventConfigurationInput
impl PartialEq<GetResourceEventConfigurationInput> for GetResourceEventConfigurationInput
source§fn eq(&self, other: &GetResourceEventConfigurationInput) -> bool
fn eq(&self, other: &GetResourceEventConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.