Class: Aws::Types::CisTargetResourceAggregation

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)


576
577
578
# File 'sig/types.rbs', line 576

def 
  @account_id
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def platform
  @platform
end

#scan_arn::String

Returns the value of attribute scan_arn.

Returns:

  • (::String)


574
575
576
# File 'sig/types.rbs', line 574

def scan_arn
  @scan_arn
end

#status_countsTypes::StatusCounts

Returns the value of attribute status_counts.

Returns:



578
579
580
# File 'sig/types.rbs', line 578

def status_counts
  @status_counts
end

#target_resource_id::String

Returns the value of attribute target_resource_id.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def target_resource_id
  @target_resource_id
end

#target_resource_tags::Hash[::String, ::Array[::String]]

Returns the value of attribute target_resource_tags.

Returns:

  • (::Hash[::String, ::Array[::String]])


577
578
579
# File 'sig/types.rbs', line 577

def target_resource_tags
  @target_resource_tags
end

#target_status"TIMED_OUT", ...

Returns the value of attribute target_status.

Returns:

  • ("TIMED_OUT", "CANCELLED", "COMPLETED")


580
581
582
# File 'sig/types.rbs', line 580

def target_status
  @target_status
end

#target_status_reason"SCAN_IN_PROGRESS", ...

Returns the value of attribute target_status_reason.

Returns:

  • ("SCAN_IN_PROGRESS", "UNSUPPORTED_OS", "SSM_UNMANAGED")


581
582
583
# File 'sig/types.rbs', line 581

def target_status_reason
  @target_status_reason
end