Class: Aws::Types::GetResourceEventConfigurationResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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 message_delivery_status
  @message_delivery_status
end

#proximity ⇒ Types::ProximityEventConfiguration

Returns the value of attribute proximity.



827
828
829
# File 'sig/types.rbs', line 827

def proximity
  @proximity
end