Class: Aws::Types::JobLogEventData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attempt_count ⇒ ::Integer

Returns the value of attribute attempt_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


662
663
664
# File 'sig/types.rbs', line 662

def target_instance_id
  @target_instance_id
end