Class: Aws::Types::DescribeFlowLogsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


6013
6014
6015
# File 'sig/types.rbs', line 6013

def dry_run
  @dry_run
end

#filter::Array[Types::Filter]

Returns the value of attribute filter.

Returns:



6014
6015
6016
# File 'sig/types.rbs', line 6014

def filter
  @filter
end

#flow_log_ids::Array[::String]

Returns the value of attribute flow_log_ids.

Returns:

  • (::Array[::String])


6015
6016
6017
# File 'sig/types.rbs', line 6015

def flow_log_ids
  @flow_log_ids
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6016
6017
6018
# File 'sig/types.rbs', line 6016

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6017
6018
6019
# File 'sig/types.rbs', line 6017

def next_token
  @next_token
end