Class: Aws::CloudWatchLogs::Types::GetIntegrationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 want to find information about. To find the name of your integration, use [ListIntegrations]

[1]: docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_ListIntegrations.html

Returns:

  • (String)


3037
3038
3039
3040
3041
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3037

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