Class: Aws::Types::ExportTaskSummary
- Inherits:
-
Object
- Object
- Aws::Types::ExportTaskSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#applications_count ⇒ ::Integer
Returns the value of attribute applications_count.
-
#servers_count ⇒ ::Integer
Returns the value of attribute servers_count.
-
#waves_count ⇒ ::Integer
Returns the value of attribute waves_count.
Instance Attribute Details
#applications_count ⇒ ::Integer
Returns the value of attribute applications_count.
504 505 506 |
# File 'sig/types.rbs', line 504 def applications_count @applications_count end |
#servers_count ⇒ ::Integer
Returns the value of attribute servers_count.
503 504 505 |
# File 'sig/types.rbs', line 503 def servers_count @servers_count end |
#waves_count ⇒ ::Integer
Returns the value of attribute waves_count.
505 506 507 |
# File 'sig/types.rbs', line 505 def waves_count @waves_count end |