Class: Aws::Types::ExportTaskSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#applications_count ⇒ ::Integer

Returns the value of attribute applications_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


505
506
507
# File 'sig/types.rbs', line 505

def waves_count
  @waves_count
end