Class: Aws::Types::GetResourceEventConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceEventConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_status ⇒ Types::ConnectionStatusEventConfiguration
Returns the value of attribute connection_status.
-
#device_registration_state ⇒ Types::DeviceRegistrationStateEventConfiguration
Returns the value of attribute device_registration_state.
-
#join ⇒ Types::JoinEventConfiguration
Returns the value of attribute join.
-
#message_delivery_status ⇒ Types::MessageDeliveryStatusEventConfiguration
Returns the value of attribute message_delivery_status.
-
#proximity ⇒ Types::ProximityEventConfiguration
Returns the value of attribute proximity.
Instance Attribute Details
#connection_status ⇒ Types::ConnectionStatusEventConfiguration
Returns the value of attribute connection_status.
829 830 831 |
# File 'sig/types.rbs', line 829 def connection_status @connection_status end |
#device_registration_state ⇒ Types::DeviceRegistrationStateEventConfiguration
Returns the value of attribute device_registration_state.
826 827 828 |
# File 'sig/types.rbs', line 826 def device_registration_state @device_registration_state end |
#join ⇒ Types::JoinEventConfiguration
Returns the value of attribute join.
828 829 830 |
# File 'sig/types.rbs', line 828 def join @join end |
#message_delivery_status ⇒ Types::MessageDeliveryStatusEventConfiguration
Returns the value of attribute message_delivery_status.
830 831 832 |
# File 'sig/types.rbs', line 830 def end |
#proximity ⇒ Types::ProximityEventConfiguration
Returns the value of attribute proximity.
827 828 829 |
# File 'sig/types.rbs', line 827 def proximity @proximity end |