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
1038 |
# File 'sig/client.rbs', line 1038
def connection_status: () -> Types::ConnectionStatusEventConfiguration
|
#device_registration_state ⇒ Types::DeviceRegistrationStateEventConfiguration
1035 |
# File 'sig/client.rbs', line 1035
def device_registration_state: () -> Types::DeviceRegistrationStateEventConfiguration
|
#join ⇒ Types::JoinEventConfiguration
1037 |
# File 'sig/client.rbs', line 1037
def join: () -> Types::JoinEventConfiguration
|
#message_delivery_status ⇒ Types::MessageDeliveryStatusEventConfiguration
1039 |
# File 'sig/client.rbs', line 1039
def message_delivery_status: () -> Types::MessageDeliveryStatusEventConfiguration
|
#proximity ⇒ Types::ProximityEventConfiguration
1036 |
# File 'sig/client.rbs', line 1036
def proximity: () -> Types::ProximityEventConfiguration
|