Class: Aws::IoTWireless::Types::UpdateResourceEventConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdateResourceEventConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_status ⇒ Types::ConnectionStatusEventConfiguration
Event configuration for the connection status event.
-
#device_registration_state ⇒ Types::DeviceRegistrationStateEventConfiguration
Event configuration for the device registration state event.
-
#identifier ⇒ String
Resource identifier to opt in for event messaging.
-
#identifier_type ⇒ String
Identifier type of the particular resource identifier for event configuration.
-
#join ⇒ Types::JoinEventConfiguration
Event configuration for the join event.
-
#message_delivery_status ⇒ Types::MessageDeliveryStatusEventConfiguration
Event configuration for the message delivery status event.
-
#partner_type ⇒ String
Partner type of the resource if the identifier type is ‘PartnerAccountId`.
-
#proximity ⇒ Types::ProximityEventConfiguration
Event configuration for the proximity event.
Instance Attribute Details
#connection_status ⇒ Types::ConnectionStatusEventConfiguration
Event configuration for the connection status event.
6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6728 class UpdateResourceEventConfigurationRequest < Struct.new( :identifier, :identifier_type, :partner_type, :device_registration_state, :proximity, :join, :connection_status, :message_delivery_status) SENSITIVE = [] include Aws::Structure end |
#device_registration_state ⇒ Types::DeviceRegistrationStateEventConfiguration
Event configuration for the device registration state event.
6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6728 class UpdateResourceEventConfigurationRequest < Struct.new( :identifier, :identifier_type, :partner_type, :device_registration_state, :proximity, :join, :connection_status, :message_delivery_status) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
Resource identifier to opt in for event messaging.
6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6728 class UpdateResourceEventConfigurationRequest < Struct.new( :identifier, :identifier_type, :partner_type, :device_registration_state, :proximity, :join, :connection_status, :message_delivery_status) SENSITIVE = [] include Aws::Structure end |
#identifier_type ⇒ String
Identifier type of the particular resource identifier for event configuration.
6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6728 class UpdateResourceEventConfigurationRequest < Struct.new( :identifier, :identifier_type, :partner_type, :device_registration_state, :proximity, :join, :connection_status, :message_delivery_status) SENSITIVE = [] include Aws::Structure end |
#join ⇒ Types::JoinEventConfiguration
Event configuration for the join event.
6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6728 class UpdateResourceEventConfigurationRequest < Struct.new( :identifier, :identifier_type, :partner_type, :device_registration_state, :proximity, :join, :connection_status, :message_delivery_status) SENSITIVE = [] include Aws::Structure end |
#message_delivery_status ⇒ Types::MessageDeliveryStatusEventConfiguration
Event configuration for the message delivery status event.
6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6728 class UpdateResourceEventConfigurationRequest < Struct.new( :identifier, :identifier_type, :partner_type, :device_registration_state, :proximity, :join, :connection_status, :message_delivery_status) SENSITIVE = [] include Aws::Structure end |
#partner_type ⇒ String
Partner type of the resource if the identifier type is ‘PartnerAccountId`
6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6728 class UpdateResourceEventConfigurationRequest < Struct.new( :identifier, :identifier_type, :partner_type, :device_registration_state, :proximity, :join, :connection_status, :message_delivery_status) SENSITIVE = [] include Aws::Structure end |
#proximity ⇒ Types::ProximityEventConfiguration
Event configuration for the proximity event.
6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6728 class UpdateResourceEventConfigurationRequest < Struct.new( :identifier, :identifier_type, :partner_type, :device_registration_state, :proximity, :join, :connection_status, :message_delivery_status) SENSITIVE = [] include Aws::Structure end |