Class: Aws::Types::ResourceStatistics
- Inherits:
-
Object
- Object
- Aws::Types::ResourceStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#last_generated_at ⇒ ::Time
Returns the value of attribute last_generated_at.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#total_findings ⇒ ::Integer
Returns the value of attribute total_findings.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2615 2616 2617 |
# File 'sig/types.rbs', line 2615 def account_id @account_id end |
#last_generated_at ⇒ ::Time
Returns the value of attribute last_generated_at.
2616 2617 2618 |
# File 'sig/types.rbs', line 2616 def last_generated_at @last_generated_at end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
2617 2618 2619 |
# File 'sig/types.rbs', line 2617 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
2618 2619 2620 |
# File 'sig/types.rbs', line 2618 def resource_type @resource_type end |
#total_findings ⇒ ::Integer
Returns the value of attribute total_findings.
2619 2620 2621 |
# File 'sig/types.rbs', line 2619 def total_findings @total_findings end |