Class: Aws::Types::DatasetUpdateSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


565
566
567
# File 'sig/types.rbs', line 565

def creation_date_time
  @creation_date_time
end

#failure_reason ⇒ ::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def failure_reason
  @failure_reason
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


566
567
568
# File 'sig/types.rbs', line 566

def last_updated_date_time
  @last_updated_date_time
end

#schema_arn ⇒ ::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


562
563
564
# File 'sig/types.rbs', line 562

def schema_arn
  @schema_arn
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


563
564
565
# File 'sig/types.rbs', line 563

def status
  @status
end