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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_logsArray<Types::FlowLog>

Information about the flow logs.

Returns:



18569
18570
18571
18572
18573
18574
# File 'lib/aws-sdk-ec2/types.rb', line 18569

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

#next_tokenString

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

Returns:

  • (String)


18569
18570
18571
18572
18573
18574
# File 'lib/aws-sdk-ec2/types.rb', line 18569

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