Class: Aws::CloudWatchLogs::Types::ListIntegrationsRequest

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_name_prefixString

To limit the results to integrations that start with a certain name prefix, specify that name prefix here.

Returns:

  • (String)


3738
3739
3740
3741
3742
3743
3744
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3738

class ListIntegrationsRequest < Struct.new(
  :integration_name_prefix,
  :integration_type,
  :integration_status)
  SENSITIVE = []
  include Aws::Structure
end

#integration_statusString

To limit the results to integrations with a certain status, specify that status here.

Returns:

  • (String)


3738
3739
3740
3741
3742
3743
3744
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3738

class ListIntegrationsRequest < Struct.new(
  :integration_name_prefix,
  :integration_type,
  :integration_status)
  SENSITIVE = []
  include Aws::Structure
end

#integration_typeString

To limit the results to integrations of a certain type, specify that type here.

Returns:

  • (String)


3738
3739
3740
3741
3742
3743
3744
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3738

class ListIntegrationsRequest < Struct.new(
  :integration_name_prefix,
  :integration_type,
  :integration_status)
  SENSITIVE = []
  include Aws::Structure
end