Class: Aws::CloudWatchLogs::Types::ListIntegrationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ListIntegrationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#integration_name_prefix ⇒ String
To limit the results to integrations that start with a certain name prefix, specify that name prefix here.
-
#integration_status ⇒ String
To limit the results to integrations with a certain status, specify that status here.
-
#integration_type ⇒ String
To limit the results to integrations of a certain type, specify that type here.
Instance Attribute Details
#integration_name_prefix ⇒ String
To limit the results to integrations that start with a certain name prefix, specify that name prefix here.
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_status ⇒ String
To limit the results to integrations with a certain status, specify that status here.
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_type ⇒ String
To limit the results to integrations of a certain type, specify that type here.
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 |