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
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 |