Class: Aws::Types::CisCheckAggregation

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)


445
446
447
# File 'sig/types.rbs', line 445

def 
  @account_id
end

#check_description::String

Returns the value of attribute check_description.

Returns:

  • (::String)


443
444
445
# File 'sig/types.rbs', line 443

def check_description
  @check_description
end

#check_id::String

Returns the value of attribute check_id.

Returns:

  • (::String)


441
442
443
# File 'sig/types.rbs', line 441

def check_id
  @check_id
end

#level"LEVEL_1", "LEVEL_2"

Returns the value of attribute level.

Returns:

  • ("LEVEL_1", "LEVEL_2")


444
445
446
# File 'sig/types.rbs', line 444

def level
  @level
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


447
448
449
# File 'sig/types.rbs', line 447

def platform
  @platform
end

#scan_arn::String

Returns the value of attribute scan_arn.

Returns:

  • (::String)


440
441
442
# File 'sig/types.rbs', line 440

def scan_arn
  @scan_arn
end

#status_countsTypes::StatusCounts

Returns the value of attribute status_counts.

Returns:



446
447
448
# File 'sig/types.rbs', line 446

def status_counts
  @status_counts
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


442
443
444
# File 'sig/types.rbs', line 442

def title
  @title
end