Class: Aws::CloudWatchLogs::Types::DescribeDeliveriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeDeliveriesResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/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.
1754 1755 1756 1757 1758 1759 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1754 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.
1754 1755 1756 1757 1758 1759 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1754 class DescribeDeliveriesResponse < Struct.new( :deliveries, :next_token) SENSITIVE = [] include Aws::Structure end |