Class: Aws::Types::FindingSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def description
  @description
end

#failure_category"SHARED_FATE", ...

Returns the value of attribute failure_category.

Returns:

  • ("SHARED_FATE", "EXCESSIVE_LOAD", "EXCESSIVE_LATENCY", "MISCONFIGURATION_AND_BUGS", "SINGLE_POINT_OF_FAILURE")


477
478
479
# File 'sig/types.rbs', line 477

def failure_category
  @failure_category
end

#finding_id::String

Returns the value of attribute finding_id.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def finding_id
  @finding_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def name
  @name
end

#policy_component"AVAILABILITY_SLO", ...

Returns the value of attribute policy_component.

Returns:

  • ("AVAILABILITY_SLO", "MULTI_AZ_DISASTER_RECOVERY", "MULTI_REGION_DISASTER_RECOVERY", "DATA_RECOVERY")


480
481
482
# File 'sig/types.rbs', line 480

def policy_component
  @policy_component
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def service_arn
  @service_arn
end

#severity"LOW", ...

Returns the value of attribute severity.

Returns:

  • ("LOW", "MEDIUM", "HIGH")


478
479
480
# File 'sig/types.rbs', line 478

def severity
  @severity
end

#status"OPEN", ...

Returns the value of attribute status.

Returns:

  • ("OPEN", "RESOLVED", "IRRELEVANT")


479
480
481
# File 'sig/types.rbs', line 479

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


481
482
483
# File 'sig/types.rbs', line 481

def updated_at
  @updated_at
end