Class: Parser::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/aws_recon/options.rb

Instance Attribute Summary collapse

Instance Attribute Details

#collect_user_dataObject

Returns the value of attribute collect_user_data

Returns:

  • (Object)

    the current value of collect_user_data



15
16
17
# File 'lib/aws_recon/options.rb', line 15

def collect_user_data
  @collect_user_data
end

#config_fileObject

Returns the value of attribute config_file

Returns:

  • (Object)

    the current value of config_file



15
16
17
# File 'lib/aws_recon/options.rb', line 15

def config_file
  @config_file
end

#debugObject

Returns the value of attribute debug

Returns:

  • (Object)

    the current value of debug



15
16
17
# File 'lib/aws_recon/options.rb', line 15

def debug
  @debug
end

#jsonlObject

Returns the value of attribute jsonl

Returns:

  • (Object)

    the current value of jsonl



15
16
17
# File 'lib/aws_recon/options.rb', line 15

def jsonl
  @jsonl
end

#output_fileObject

Returns the value of attribute output_file

Returns:

  • (Object)

    the current value of output_file



15
16
17
# File 'lib/aws_recon/options.rb', line 15

def output_file
  @output_file
end

#output_formatObject

Returns the value of attribute output_format

Returns:

  • (Object)

    the current value of output_format



15
16
17
# File 'lib/aws_recon/options.rb', line 15

def output_format
  @output_format
end

#quit_on_exceptionObject

Returns the value of attribute quit_on_exception

Returns:

  • (Object)

    the current value of quit_on_exception



15
16
17
# File 'lib/aws_recon/options.rb', line 15

def quit_on_exception
  @quit_on_exception
end

#regionsObject

Returns the value of attribute regions

Returns:

  • (Object)

    the current value of regions



15
16
17
# File 'lib/aws_recon/options.rb', line 15

def regions
  @regions
end

#s3Object

Returns the value of attribute s3

Returns:

  • (Object)

    the current value of s3



15
16
17
# File 'lib/aws_recon/options.rb', line 15

def s3
  @s3
end

#servicesObject

Returns the value of attribute services

Returns:

  • (Object)

    the current value of services



15
16
17
# File 'lib/aws_recon/options.rb', line 15

def services
  @services
end

#skip_credential_reportObject

Returns the value of attribute skip_credential_report

Returns:

  • (Object)

    the current value of skip_credential_report



15
16
17
# File 'lib/aws_recon/options.rb', line 15

def skip_credential_report
  @skip_credential_report
end

#skip_slowObject

Returns the value of attribute skip_slow

Returns:

  • (Object)

    the current value of skip_slow



15
16
17
# File 'lib/aws_recon/options.rb', line 15

def skip_slow
  @skip_slow
end

#stream_outputObject

Returns the value of attribute stream_output

Returns:

  • (Object)

    the current value of stream_output



15
16
17
# File 'lib/aws_recon/options.rb', line 15

def stream_output
  @stream_output
end

#threadsObject

Returns the value of attribute threads

Returns:

  • (Object)

    the current value of threads



15
16
17
# File 'lib/aws_recon/options.rb', line 15

def threads
  @threads
end

#verboseObject

Returns the value of attribute verbose

Returns:

  • (Object)

    the current value of verbose



15
16
17
# File 'lib/aws_recon/options.rb', line 15

def verbose
  @verbose
end