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
764 |
# File 'sig/client.rbs', line 764
def integration_details: () -> Types::IntegrationDetails
|
#integration_name ⇒ ::String
761 |
# File 'sig/client.rbs', line 761
def integration_name: () -> ::String
|
#integration_status ⇒ "PROVISIONING", ...
763 |
# File 'sig/client.rbs', line 763
def integration_status: () -> ("PROVISIONING" | "ACTIVE" | "FAILED")
|
#integration_type ⇒ "OPENSEARCH"
762 |
# File 'sig/client.rbs', line 762
def integration_type: () -> ("OPENSEARCH")
|