Class: Aws::Types::GetDataQualityModelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completed_on::Time

Returns the value of attribute completed_on.

Returns:

  • (::Time)


3477
3478
3479
# File 'sig/types.rbs', line 3477

def completed_on
  @completed_on
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


3478
3479
3480
# File 'sig/types.rbs', line 3478

def failure_reason
  @failure_reason
end

#started_on::Time

Returns the value of attribute started_on.

Returns:

  • (::Time)


3476
3477
3478
# File 'sig/types.rbs', line 3476

def started_on
  @started_on
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

  • ("RUNNING", "SUCCEEDED", "FAILED")


3475
3476
3477
# File 'sig/types.rbs', line 3475

def status
  @status
end