Class: Aws::CloudWatchLogs::Types::PutIntegrationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#integration_nameString

The name of the integration that you just created.

Returns:

  • (String)


6216
6217
6218
6219
6220
6221
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 6216

class PutIntegrationResponse < Struct.new(
  :integration_name,
  :integration_status)
  SENSITIVE = []
  include Aws::Structure
end

#integration_statusString

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.

Returns:

  • (String)


6216
6217
6218
6219
6220
6221
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 6216

class PutIntegrationResponse < Struct.new(
  :integration_name,
  :integration_status)
  SENSITIVE = []
  include Aws::Structure
end