Class: Aws::Types::ServiceSummary
- Inherits:
-
Object
- Object
- Aws::Types::ServiceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#achievability ⇒ Types::Achievability
Returns the value of attribute achievability.
-
#assessment_status ⇒ "NOT_STARTED", ...
Returns the value of attribute assessment_status.
-
#associated_systems ⇒ ::Array[Types::AssociatedSystem]
Returns the value of attribute associated_systems.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#dependency_discovery ⇒ Types::DependencyDiscoveryConfig
Returns the value of attribute dependency_discovery.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#open_findings_count ⇒ ::Integer
Returns the value of attribute open_findings_count.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#ou_id ⇒ ::String
Returns the value of attribute ou_id.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
-
#resolved_findings_count ⇒ ::Integer
Returns the value of attribute resolved_findings_count.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def account_id @account_id end |
#achievability ⇒ Types::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.
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.
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.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def created_at @created_at end |
#dependency_discovery ⇒ Types::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.
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.
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.
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.
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.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def policy_arn @policy_arn end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
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.
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.
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.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def updated_at @updated_at end |