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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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:



18681
18682
18683
18684
18685
18686
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18681

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)


18681
18682
18683
18684
18685
18686
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18681

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