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.
6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6609 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.
6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6609 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.
6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6609 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.
6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6609 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.
6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6609 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.
6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6609 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`
6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6609 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.
6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6609 class UpdateResourceEventConfigurationRequest < Struct.new( :identifier, :identifier_type, :partner_type, :device_registration_state, :proximity, :join, :connection_status, :message_delivery_status) SENSITIVE = [] include Aws::Structure end |