Module: Aws::CloudWatchLogs::Client::_GetIntegrationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetIntegrationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #integration_details ⇒ Types::IntegrationDetails
- #integration_name ⇒ ::String
- #integration_status ⇒ "PROVISIONING", ...
- #integration_type ⇒ "OPENSEARCH"
Instance Method Details
#integration_details ⇒ Types::IntegrationDetails
766 |
# File 'sig/client.rbs', line 766 def integration_details: () -> Types::IntegrationDetails |
#integration_name ⇒ ::String
763 |
# File 'sig/client.rbs', line 763 def integration_name: () -> ::String |
#integration_status ⇒ "PROVISIONING", ...
765 |
# File 'sig/client.rbs', line 765 def integration_status: () -> ("PROVISIONING" | "ACTIVE" | "FAILED") |
#integration_type ⇒ "OPENSEARCH"
764 |
# File 'sig/client.rbs', line 764 def integration_type: () -> ("OPENSEARCH") |