Class: Aws::CloudWatchLogs::Types::PutIntegrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::PutIntegrationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#integration_name ⇒ String
The name of the integration that you just created.
-
#integration_status ⇒ String
The status of the integration that you just created.
Instance Attribute Details
#integration_name ⇒ String
The name of the integration that you just created.
6198 6199 6200 6201 6202 6203 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6198 class PutIntegrationResponse < Struct.new( :integration_name, :integration_status) SENSITIVE = [] include Aws::Structure end |
#integration_status ⇒ String
The status of the integration that you just created.
After you create an integration, it takes a few minutes to complete. During this time, you’ll see the status as ‘PROVISIONING`.
6198 6199 6200 6201 6202 6203 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6198 class PutIntegrationResponse < Struct.new( :integration_name, :integration_status) SENSITIVE = [] include Aws::Structure end |