Class: Aws::Types::DescribeFlowLogsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_logs::Array[Types::FlowLog]

Returns the value of attribute flow_logs.

Returns:



6022
6023
6024
# File 'sig/types.rbs', line 6022

def flow_logs
  @flow_logs
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6023
6024
6025
# File 'sig/types.rbs', line 6023

def next_token
  @next_token
end