Class: Aws::CloudWatchLogs::Types::GetDeliverySourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::GetDeliverySourceResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_source ⇒ Types::DeliverySource
A structure containing information about the delivery source.
Instance Attribute Details
#delivery_source ⇒ Types::DeliverySource
A structure containing information about the delivery source.
3053 3054 3055 3056 3057 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3053 class GetDeliverySourceResponse < Struct.new( :delivery_source) SENSITIVE = [] include Aws::Structure end |