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.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def account_id @account_id end |
#achievability ⇒ Types::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.
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.
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.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def created_at @created_at end |
#dependency_discovery ⇒ Types::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.
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.
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.
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.
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.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def policy_arn @policy_arn end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
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.
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.
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.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def updated_at @updated_at end |