Class: Aws::CloudWatchLogs::Types::DescribeDeliverySourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeDeliverySourcesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_sources ⇒ Array<Types::DeliverySource>
An array of structures.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#delivery_sources ⇒ Array<Types::DeliverySource>
An array of structures. Each structure contains information about one delivery source in the account.
1524 1525 1526 1527 1528 1529 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1524 class DescribeDeliverySourcesResponse < Struct.new( :delivery_sources, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
1524 1525 1526 1527 1528 1529 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1524 class DescribeDeliverySourcesResponse < Struct.new( :delivery_sources, :next_token) SENSITIVE = [] include Aws::Structure end |