Module: Aws::IoTWireless::Client::_GetEventConfigurationByResourceTypesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEventConfigurationByResourceTypesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #connection_status ⇒ Types::ConnectionStatusResourceTypeEventConfiguration
- #device_registration_state ⇒ Types::DeviceRegistrationStateResourceTypeEventConfiguration
- #join ⇒ Types::JoinResourceTypeEventConfiguration
- #message_delivery_status ⇒ Types::MessageDeliveryStatusResourceTypeEventConfiguration
- #proximity ⇒ Types::ProximityResourceTypeEventConfiguration
Instance Method Details
#connection_status ⇒ Types::ConnectionStatusResourceTypeEventConfiguration
722 |
# File 'sig/client.rbs', line 722
def connection_status: () -> Types::ConnectionStatusResourceTypeEventConfiguration
|
#device_registration_state ⇒ Types::DeviceRegistrationStateResourceTypeEventConfiguration
719 |
# File 'sig/client.rbs', line 719
def device_registration_state: () -> Types::DeviceRegistrationStateResourceTypeEventConfiguration
|
#join ⇒ Types::JoinResourceTypeEventConfiguration
721 |
# File 'sig/client.rbs', line 721
def join: () -> Types::JoinResourceTypeEventConfiguration
|
#message_delivery_status ⇒ Types::MessageDeliveryStatusResourceTypeEventConfiguration
723 |
# File 'sig/client.rbs', line 723
def message_delivery_status: () -> Types::MessageDeliveryStatusResourceTypeEventConfiguration
|
#proximity ⇒ Types::ProximityResourceTypeEventConfiguration
720 |
# File 'sig/client.rbs', line 720
def proximity: () -> Types::ProximityResourceTypeEventConfiguration
|