Module: Aws::IoTManagedIntegrations::Client::_GetNotificationConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetNotificationConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #destination_name ⇒ ::String
- #event_type ⇒ "DEVICE_COMMAND", ...
- #tags ⇒ ::Hash[::String, ::String]
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
663 |
# File 'sig/client.rbs', line 663
def created_at: () -> ::Time
|
#destination_name ⇒ ::String
662 |
# File 'sig/client.rbs', line 662
def destination_name: () -> ::String
|
#event_type ⇒ "DEVICE_COMMAND", ...
661 |
# File 'sig/client.rbs', line 661
def event_type: () -> ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "DEVICE_WSS" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
#tags ⇒ ::Hash[::String, ::String]
665 |
# File 'sig/client.rbs', line 665
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
664 |
# File 'sig/client.rbs', line 664
def updated_at: () -> ::Time
|