Class: Aws::CloudWatchLogs::Types::DescribeDestinationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeDestinationsRequest
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_name_prefix ⇒ String
The prefix to match.
-
#limit ⇒ Integer
The maximum number of items returned.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#destination_name_prefix ⇒ String
The prefix to match. If you don't specify a value, no prefix filter is applied.
1548 1549 1550 1551 1552 1553 1554 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1548 class DescribeDestinationsRequest < Struct.new( :destination_name_prefix, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of items returned. If you don't specify a value, the default maximum value of 50 items is used.
1548 1549 1550 1551 1552 1553 1554 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1548 class DescribeDestinationsRequest < Struct.new( :destination_name_prefix, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
1548 1549 1550 1551 1552 1553 1554 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1548 class DescribeDestinationsRequest < Struct.new( :destination_name_prefix, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |