Class: Aws::Types::ExplainabilityExportSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


728
729
730
# File 'sig/types.rbs', line 728

def creation_time
  @creation_time
end

#destination ⇒ Types::DataDestination

Returns the value of attribute destination.



725
726
727
# File 'sig/types.rbs', line 725

def destination
  @destination
end

#explainability_export_arn ⇒ ::String

Returns the value of attribute explainability_export_arn.

Returns:

  • (::String)


723
724
725
# File 'sig/types.rbs', line 723

def explainability_export_arn
  @explainability_export_arn
end

#explainability_export_name ⇒ ::String

Returns the value of attribute explainability_export_name.

Returns:

  • (::String)


724
725
726
# File 'sig/types.rbs', line 724

def explainability_export_name
  @explainability_export_name
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


729
730
731
# File 'sig/types.rbs', line 729

def last_modification_time
  @last_modification_time
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


727
728
729
# File 'sig/types.rbs', line 727

def message
  @message
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


726
727
728
# File 'sig/types.rbs', line 726

def status
  @status
end