Class: Aws::Types::ServiceSummary

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)


1434
1435
1436
# File 'sig/types.rbs', line 1434

def 
  @account_id
end

#achievabilityTypes::Achievability

Returns the value of attribute achievability.



1431
1432
1433
# File 'sig/types.rbs', line 1431

def achievability
  @achievability
end

#assessment_status"NOT_STARTED", ...

Returns the value of attribute assessment_status.

Returns:

  • ("NOT_STARTED", "PENDING", "IN_PROGRESS", "FAILED", "SUCCESS")


1427
1428
1429
# File 'sig/types.rbs', line 1427

def assessment_status
  @assessment_status
end

#associated_systems::Array[Types::AssociatedSystem]

Returns the value of attribute associated_systems.

Returns:



1424
1425
1426
# File 'sig/types.rbs', line 1424

def associated_systems
  @associated_systems
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1435
1436
1437
# File 'sig/types.rbs', line 1435

def created_at
  @created_at
end

#dependency_discoveryTypes::DependencyDiscoveryConfig

Returns the value of attribute dependency_discovery.



1430
1431
1432
# File 'sig/types.rbs', line 1430

def dependency_discovery
  @dependency_discovery
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1423
1424
1425
# File 'sig/types.rbs', line 1423

def name
  @name
end

#open_findings_count::Integer

Returns the value of attribute open_findings_count.

Returns:

  • (::Integer)


1428
1429
1430
# File 'sig/types.rbs', line 1428

def open_findings_count
  @open_findings_count
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:

  • (::String)


1432
1433
1434
# File 'sig/types.rbs', line 1432

def organization_id
  @organization_id
end

#ou_id::String

Returns the value of attribute ou_id.

Returns:

  • (::String)


1433
1434
1435
# File 'sig/types.rbs', line 1433

def ou_id
  @ou_id
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1426
1427
1428
# File 'sig/types.rbs', line 1426

def policy_arn
  @policy_arn
end

#regions::Array[::String]

Returns the value of attribute regions.

Returns:

  • (::Array[::String])


1425
1426
1427
# File 'sig/types.rbs', line 1425

def regions
  @regions
end

#resolved_findings_count::Integer

Returns the value of attribute resolved_findings_count.

Returns:

  • (::Integer)


1429
1430
1431
# File 'sig/types.rbs', line 1429

def resolved_findings_count
  @resolved_findings_count
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1422
1423
1424
# File 'sig/types.rbs', line 1422

def service_arn
  @service_arn
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1436
1437
1438
# File 'sig/types.rbs', line 1436

def updated_at
  @updated_at
end