Class: Aws::EC2::Types::DescribeFlowLogsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#flow_logsArray<Types::FlowLog>

Information about the flow logs.

Returns:



10797
10798
10799
10800
10801
# File 'lib/aws-sdk-ec2/types.rb', line 10797

class DescribeFlowLogsResult < Struct.new(
  :flow_logs,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


10797
10798
10799
10800
10801
# File 'lib/aws-sdk-ec2/types.rb', line 10797

class DescribeFlowLogsResult < Struct.new(
  :flow_logs,
  :next_token)
  include Aws::Structure
end