Class: Aws::Types::GetCisScanReportRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#report_format"PDF", "CSV"

Returns the value of attribute report_format.

Returns:

  • ("PDF", "CSV")


1621
1622
1623
# File 'sig/types.rbs', line 1621

def report_format
  @report_format
end

#scan_arn::String

Returns the value of attribute scan_arn.

Returns:

  • (::String)


1619
1620
1621
# File 'sig/types.rbs', line 1619

def scan_arn
  @scan_arn
end

#target_accounts::Array[::String]

Returns the value of attribute target_accounts.

Returns:

  • (::Array[::String])


1620
1621
1622
# File 'sig/types.rbs', line 1620

def target_accounts
  @target_accounts
end