Class: Aws::EC2::Types::DescribeFlowLogsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeFlowLogsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_logs ⇒ Array<Types::FlowLog>
Information about the flow logs.
-
#next_token ⇒ String
The token to request the next page of items.
Instance Attribute Details
#flow_logs ⇒ Array<Types::FlowLog>
Information about the flow logs.
20358 20359 20360 20361 20362 20363 |
# File 'lib/aws-sdk-ec2/types.rb', line 20358 class DescribeFlowLogsResult < Struct.new( :flow_logs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to request the next page of items. This value is ‘null` when there are no more items to return.
20358 20359 20360 20361 20362 20363 |
# File 'lib/aws-sdk-ec2/types.rb', line 20358 class DescribeFlowLogsResult < Struct.new( :flow_logs, :next_token) SENSITIVE = [] include Aws::Structure end |