Class: Aws::Types::ImportTaskSummary
- Inherits:
-
Object
- Object
- Aws::Types::ImportTaskSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#applications ⇒ Types::ImportTaskSummaryApplications
Returns the value of attribute applications.
-
#servers ⇒ Types::ImportTaskSummaryServers
Returns the value of attribute servers.
-
#waves ⇒ Types::ImportTaskSummaryWaves
Returns the value of attribute waves.
Instance Attribute Details
#applications ⇒ Types::ImportTaskSummaryApplications
Returns the value of attribute applications.
604 605 606 |
# File 'sig/types.rbs', line 604 def applications @applications end |
#servers ⇒ Types::ImportTaskSummaryServers
Returns the value of attribute servers.
605 606 607 |
# File 'sig/types.rbs', line 605 def servers @servers end |
#waves ⇒ Types::ImportTaskSummaryWaves
Returns the value of attribute waves.
603 604 605 |
# File 'sig/types.rbs', line 603 def waves @waves end |