Class: Aws::Types::BulkDeploymentMetrics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#invalid_input_records::Integer

Returns the value of attribute invalid_input_records.

Returns:

  • (::Integer)


46
47
48
# File 'sig/types.rbs', line 46

def invalid_input_records
  @invalid_input_records
end

#records_processed::Integer

Returns the value of attribute records_processed.

Returns:

  • (::Integer)


47
48
49
# File 'sig/types.rbs', line 47

def records_processed
  @records_processed
end

#retry_attempts::Integer

Returns the value of attribute retry_attempts.

Returns:

  • (::Integer)


48
49
50
# File 'sig/types.rbs', line 48

def retry_attempts
  @retry_attempts
end