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)


581
582
583
# File 'sig/types.rbs', line 581

def attempt_count
  @attempt_count
end

#conversion_propertiesTypes::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.

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

def conversion_server_id
  @conversion_server_id
end

#event_resource_dataTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

def target_instance_id
  @target_instance_id
end