Module: Aws::IoTWireless::Client::_GetResourceEventConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetResourceEventConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #connection_status ⇒ Types::ConnectionStatusEventConfiguration
- #device_registration_state ⇒ Types::DeviceRegistrationStateEventConfiguration
- #join ⇒ Types::JoinEventConfiguration
- #message_delivery_status ⇒ Types::MessageDeliveryStatusEventConfiguration
- #proximity ⇒ Types::ProximityEventConfiguration
Instance Method Details
#connection_status ⇒ Types::ConnectionStatusEventConfiguration
1050 |
# File 'sig/client.rbs', line 1050 def connection_status: () -> Types::ConnectionStatusEventConfiguration |
#device_registration_state ⇒ Types::DeviceRegistrationStateEventConfiguration
1047 |
# File 'sig/client.rbs', line 1047 def device_registration_state: () -> Types::DeviceRegistrationStateEventConfiguration |
#join ⇒ Types::JoinEventConfiguration
1049 |
# File 'sig/client.rbs', line 1049 def join: () -> Types::JoinEventConfiguration |
#message_delivery_status ⇒ Types::MessageDeliveryStatusEventConfiguration
1051 |
# File 'sig/client.rbs', line 1051 def message_delivery_status: () -> Types::MessageDeliveryStatusEventConfiguration |
#proximity ⇒ Types::ProximityEventConfiguration
1048 |
# File 'sig/client.rbs', line 1048 def proximity: () -> Types::ProximityEventConfiguration |