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)


1384
1385
1386
# File 'sig/types.rbs', line 1384

def 
  @account_id
end

#achievabilityTypes::Achievability

Returns the value of attribute achievability.



1381
1382
1383
# File 'sig/types.rbs', line 1381

def achievability
  @achievability
end

#assessment_status"NOT_STARTED", ...

Returns the value of attribute assessment_status.

Returns:

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


1377
1378
1379
# File 'sig/types.rbs', line 1377

def assessment_status
  @assessment_status
end

#associated_systems::Array[Types::AssociatedSystem]

Returns the value of attribute associated_systems.

Returns:



1374
1375
1376
# File 'sig/types.rbs', line 1374

def associated_systems
  @associated_systems
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1385
1386
1387
# File 'sig/types.rbs', line 1385

def created_at
  @created_at
end

#dependency_discoveryTypes::DependencyDiscoveryConfig

Returns the value of attribute dependency_discovery.



1380
1381
1382
# File 'sig/types.rbs', line 1380

def dependency_discovery
  @dependency_discovery
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1373
1374
1375
# File 'sig/types.rbs', line 1373

def name
  @name
end

#open_findings_count::Integer

Returns the value of attribute open_findings_count.

Returns:

  • (::Integer)


1378
1379
1380
# File 'sig/types.rbs', line 1378

def open_findings_count
  @open_findings_count
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:

  • (::String)


1382
1383
1384
# File 'sig/types.rbs', line 1382

def organization_id
  @organization_id
end

#ou_id::String

Returns the value of attribute ou_id.

Returns:

  • (::String)


1383
1384
1385
# File 'sig/types.rbs', line 1383

def ou_id
  @ou_id
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1376
1377
1378
# File 'sig/types.rbs', line 1376

def policy_arn
  @policy_arn
end

#regions::Array[::String]

Returns the value of attribute regions.

Returns:

  • (::Array[::String])


1375
1376
1377
# File 'sig/types.rbs', line 1375

def regions
  @regions
end

#resolved_findings_count::Integer

Returns the value of attribute resolved_findings_count.

Returns:

  • (::Integer)


1379
1380
1381
# File 'sig/types.rbs', line 1379

def resolved_findings_count
  @resolved_findings_count
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1372
1373
1374
# File 'sig/types.rbs', line 1372

def service_arn
  @service_arn
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1386
1387
1388
# File 'sig/types.rbs', line 1386

def updated_at
  @updated_at
end