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_server_id ⇒ ::String
Returns the value of attribute conversion_server_id.
-
#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.
664 665 666 |
# File 'sig/types.rbs', line 664 def attempt_count @attempt_count end |
#conversion_server_id ⇒ ::String
Returns the value of attribute conversion_server_id.
661 662 663 |
# File 'sig/types.rbs', line 661 def conversion_server_id @conversion_server_id end |
#max_attempts_count ⇒ ::Integer
Returns the value of attribute max_attempts_count.
665 666 667 |
# File 'sig/types.rbs', line 665 def max_attempts_count @max_attempts_count end |
#raw_error ⇒ ::String
Returns the value of attribute raw_error.
663 664 665 |
# File 'sig/types.rbs', line 663 def raw_error @raw_error end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
660 661 662 |
# File 'sig/types.rbs', line 660 def source_server_id @source_server_id end |
#target_instance_id ⇒ ::String
Returns the value of attribute target_instance_id.
662 663 664 |
# File 'sig/types.rbs', line 662 def target_instance_id @target_instance_id end |