#[non_exhaustive]pub struct GetResourceEventConfigurationInput {
pub identifier: Option<String>,
pub identifier_type: Option<IdentifierType>,
pub partner_type: Option<EventNotificationPartnerType>,
}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.identifier: Option<String>Resource identifier to opt in for event messaging.
identifier_type: Option<IdentifierType>Identifier type of the particular resource identifier for event configuration.
partner_type: Option<EventNotificationPartnerType>Partner type of the resource if the identifier type is PartnerAccountId.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetResourceEventConfiguration, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetResourceEventConfiguration, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetResourceEventConfiguration>
Creates a new builder-style object to manufacture GetResourceEventConfigurationInput
Resource identifier to opt in for event messaging.
Identifier type of the particular resource identifier for event configuration.
Partner type of the resource if the identifier type is PartnerAccountId.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for GetResourceEventConfigurationInput
impl Sync for GetResourceEventConfigurationInput
impl Unpin for GetResourceEventConfigurationInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
