Class: Aws::Types::InputIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::InputIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iot_events_input_identifier ⇒ Types::IotEventsInputIdentifier
Returns the value of attribute iot_events_input_identifier.
-
#iot_site_wise_input_identifier ⇒ Types::IotSiteWiseInputIdentifier
Returns the value of attribute iot_site_wise_input_identifier.
Instance Attribute Details
#iot_events_input_identifier ⇒ Types::IotEventsInputIdentifier
Returns the value of attribute iot_events_input_identifier.
413 414 415 |
# File 'sig/types.rbs', line 413 def iot_events_input_identifier @iot_events_input_identifier end |
#iot_site_wise_input_identifier ⇒ Types::IotSiteWiseInputIdentifier
Returns the value of attribute iot_site_wise_input_identifier.
414 415 416 |
# File 'sig/types.rbs', line 414 def iot_site_wise_input_identifier @iot_site_wise_input_identifier end |