Class: Aws::CloudWatchLogs::Types::GetIntegrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::GetIntegrationRequest
- 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 want to find information about.
Instance Attribute Details
#integration_name ⇒ String
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
3053 3054 3055 3056 3057 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3053 class GetIntegrationRequest < Struct.new( :integration_name) SENSITIVE = [] include Aws::Structure end |