#[non_exhaustive]pub struct UpdateResourceEventConfigurationInput {
pub identifier: Option<String>,
pub identifier_type: Option<IdentifierType>,
pub partner_type: Option<EventNotificationPartnerType>,
pub device_registration_state: Option<DeviceRegistrationStateEventConfiguration>,
pub proximity: Option<ProximityEventConfiguration>,
}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
device_registration_state: Option<DeviceRegistrationStateEventConfiguration>Event configuration for the device registration state event
proximity: Option<ProximityEventConfiguration>Event configuration for the Proximity event
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateResourceEventConfiguration, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateResourceEventConfiguration, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateResourceEventConfiguration>
Creates a new builder-style object to manufacture UpdateResourceEventConfigurationInput
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
pub fn device_registration_state(
&self
) -> Option<&DeviceRegistrationStateEventConfiguration>
pub fn device_registration_state(
&self
) -> Option<&DeviceRegistrationStateEventConfiguration>
Event configuration for the device registration state event
Event configuration for the Proximity event
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
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
