Class: Aws::Types::ListScanJobSummariesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1642
1643
1644
# File 'sig/types.rbs', line 1642

def 
  @account_id
end

#aggregation_period"ONE_DAY", ...

Returns the value of attribute aggregation_period.

Returns:

  • ("ONE_DAY", "SEVEN_DAYS", "FOURTEEN_DAYS")


1647
1648
1649
# File 'sig/types.rbs', line 1647

def aggregation_period
  @aggregation_period
end

#malware_scanner"GUARDDUTY"

Returns the value of attribute malware_scanner.

Returns:

  • ("GUARDDUTY")


1644
1645
1646
# File 'sig/types.rbs', line 1644

def malware_scanner
  @malware_scanner
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1648
1649
1650
# File 'sig/types.rbs', line 1648

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1649
1650
1651
# File 'sig/types.rbs', line 1649

def next_token
  @next_token
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1643
1644
1645
# File 'sig/types.rbs', line 1643

def resource_type
  @resource_type
end

#scan_result_status"NO_THREATS_FOUND", ...

Returns the value of attribute scan_result_status.

Returns:

  • ("NO_THREATS_FOUND", "THREATS_FOUND", "UNKNOWN")


1645
1646
1647
# File 'sig/types.rbs', line 1645

def scan_result_status
  @scan_result_status
end

#state"CREATED", ...

Returns the value of attribute state.

Returns:

  • ("CREATED", "COMPLETED", "COMPLETED_WITH_ISSUES", "RUNNING", "FAILED", "CANCELED", "AGGREGATE_ALL", "ANY")


1646
1647
1648
# File 'sig/types.rbs', line 1646

def state
  @state
end