Class: Aws::Types::BulkDeploymentMetrics
- Inherits:
-
Object
- Object
- Aws::Types::BulkDeploymentMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invalid_input_records ⇒ ::Integer
Returns the value of attribute invalid_input_records.
-
#records_processed ⇒ ::Integer
Returns the value of attribute records_processed.
-
#retry_attempts ⇒ ::Integer
Returns the value of attribute retry_attempts.
Instance Attribute Details
#invalid_input_records ⇒ ::Integer
Returns the value of attribute invalid_input_records.
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.
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.
48 49 50 |
# File 'sig/types.rbs', line 48 def retry_attempts @retry_attempts end |