Class: Aws::Types::ResourceCountsSummary
- Inherits:
-
Object
- Object
- Aws::Types::ResourceCountsSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#behind_major ⇒ ::Integer
Returns the value of attribute behind_major.
-
#behind_minor ⇒ ::Integer
Returns the value of attribute behind_minor.
-
#failed ⇒ ::Integer
Returns the value of attribute failed.
-
#total ⇒ ::Integer
Returns the value of attribute total.
-
#up_to_date ⇒ ::Integer
Returns the value of attribute up_to_date.
Instance Attribute Details
#behind_major ⇒ ::Integer
Returns the value of attribute behind_major.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def behind_major @behind_major end |
#behind_minor ⇒ ::Integer
Returns the value of attribute behind_minor.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def behind_minor @behind_minor end |
#failed ⇒ ::Integer
Returns the value of attribute failed.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def failed @failed end |
#total ⇒ ::Integer
Returns the value of attribute total.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def total @total end |
#up_to_date ⇒ ::Integer
Returns the value of attribute up_to_date.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def up_to_date @up_to_date end |