Class: Aws::Types::EventNotificationItemConfigurations
- Inherits:
-
Object
- Object
- Aws::Types::EventNotificationItemConfigurations
- 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.
588 589 590 |
# File 'sig/types.rbs', line 588 def connection_status @connection_status end |
#device_registration_state ⇒ Types::DeviceRegistrationStateEventConfiguration
Returns the value of attribute device_registration_state.
585 586 587 |
# File 'sig/types.rbs', line 585 def device_registration_state @device_registration_state end |
#join ⇒ Types::JoinEventConfiguration
Returns the value of attribute join.
587 588 589 |
# File 'sig/types.rbs', line 587 def join @join end |
#message_delivery_status ⇒ Types::MessageDeliveryStatusEventConfiguration
Returns the value of attribute message_delivery_status.
589 590 591 |
# File 'sig/types.rbs', line 589 def @message_delivery_status end |
#proximity ⇒ Types::ProximityEventConfiguration
Returns the value of attribute proximity.
586 587 588 |
# File 'sig/types.rbs', line 586 def proximity @proximity end |