Class: Aws::Types::JobLogEventData
- Inherits:
-
Object
- Object
- Aws::Types::JobLogEventData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attempt_count ⇒ ::Integer
Returns the value of attribute attempt_count.
-
#conversion_properties ⇒ Types::ConversionProperties
Returns the value of attribute conversion_properties.
-
#conversion_server_id ⇒ ::String
Returns the value of attribute conversion_server_id.
-
#event_resource_data ⇒ Types::EventResourceData
Returns the value of attribute event_resource_data.
-
#max_attempts_count ⇒ ::Integer
Returns the value of attribute max_attempts_count.
-
#raw_error ⇒ ::String
Returns the value of attribute raw_error.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
-
#target_instance_id ⇒ ::String
Returns the value of attribute target_instance_id.
Instance Attribute Details
#attempt_count ⇒ ::Integer
Returns the value of attribute attempt_count.
581 582 583 |
# File 'sig/types.rbs', line 581 def attempt_count @attempt_count end |
#conversion_properties ⇒ Types::ConversionProperties
Returns the value of attribute conversion_properties.
579 580 581 |
# File 'sig/types.rbs', line 579 def conversion_properties @conversion_properties end |
#conversion_server_id ⇒ ::String
Returns the value of attribute conversion_server_id.
576 577 578 |
# File 'sig/types.rbs', line 576 def conversion_server_id @conversion_server_id end |
#event_resource_data ⇒ Types::EventResourceData
Returns the value of attribute event_resource_data.
580 581 582 |
# File 'sig/types.rbs', line 580 def event_resource_data @event_resource_data end |
#max_attempts_count ⇒ ::Integer
Returns the value of attribute max_attempts_count.
582 583 584 |
# File 'sig/types.rbs', line 582 def max_attempts_count @max_attempts_count end |
#raw_error ⇒ ::String
Returns the value of attribute raw_error.
578 579 580 |
# File 'sig/types.rbs', line 578 def raw_error @raw_error end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
575 576 577 |
# File 'sig/types.rbs', line 575 def source_server_id @source_server_id end |
#target_instance_id ⇒ ::String
Returns the value of attribute target_instance_id.
577 578 579 |
# File 'sig/types.rbs', line 577 def target_instance_id @target_instance_id end |