Class: Aws::CloudWatchLogs::Types::GetIntegrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::GetIntegrationRequest
- Defined in:
- gems/aws-sdk-cloudwatchlogs/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
3037 3038 3039 3040 3041 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3037 class GetIntegrationRequest < Struct.new( :integration_name) SENSITIVE = [] include Aws::Structure end |