Class: Aws::Types::UpdateResourceEventConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResourceEventConfigurationRequest
- 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.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#identifier_type ⇒ "PartnerAccountId", ...
Returns the value of attribute identifier_type.
-
#join ⇒ Types::JoinEventConfiguration
Returns the value of attribute join.
-
#message_delivery_status ⇒ Types::MessageDeliveryStatusEventConfiguration
Returns the value of attribute message_delivery_status.
-
#partner_type ⇒ "Sidewalk"
Returns the value of attribute partner_type.
-
#proximity ⇒ Types::ProximityEventConfiguration
Returns the value of attribute proximity.
Instance Attribute Details
#connection_status ⇒ Types::ConnectionStatusEventConfiguration
Returns the value of attribute connection_status.
2225 2226 2227 |
# File 'sig/types.rbs', line 2225 def connection_status @connection_status end |
#device_registration_state ⇒ Types::DeviceRegistrationStateEventConfiguration
Returns the value of attribute device_registration_state.
2222 2223 2224 |
# File 'sig/types.rbs', line 2222 def device_registration_state @device_registration_state end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
2219 2220 2221 |
# File 'sig/types.rbs', line 2219 def identifier @identifier end |
#identifier_type ⇒ "PartnerAccountId", ...
Returns the value of attribute identifier_type.
2220 2221 2222 |
# File 'sig/types.rbs', line 2220 def identifier_type @identifier_type end |
#join ⇒ Types::JoinEventConfiguration
Returns the value of attribute join.
2224 2225 2226 |
# File 'sig/types.rbs', line 2224 def join @join end |
#message_delivery_status ⇒ Types::MessageDeliveryStatusEventConfiguration
Returns the value of attribute message_delivery_status.
2226 2227 2228 |
# File 'sig/types.rbs', line 2226 def @message_delivery_status end |
#partner_type ⇒ "Sidewalk"
Returns the value of attribute partner_type.
2221 2222 2223 |
# File 'sig/types.rbs', line 2221 def partner_type @partner_type end |
#proximity ⇒ Types::ProximityEventConfiguration
Returns the value of attribute proximity.
2223 2224 2225 |
# File 'sig/types.rbs', line 2223 def proximity @proximity end |