Class: Aws::CloudWatchLogs::Types::DescribeDeliveriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeDeliveriesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deliveries ⇒ Array<Types::Delivery>
An array of structures.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#deliveries ⇒ Array<Types::Delivery>
An array of structures. Each structure contains information about one delivery in the account.
1725 1726 1727 1728 1729 1730 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1725 class DescribeDeliveriesResponse < Struct.new( :deliveries, :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.
1725 1726 1727 1728 1729 1730 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1725 class DescribeDeliveriesResponse < Struct.new( :deliveries, :next_token) SENSITIVE = [] include Aws::Structure end |