Class: Aws::Types::DescribeExplainabilityExportResponse

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)


494
495
496
# File 'sig/types.rbs', line 494

def creation_time
  @creation_time
end

#destination ⇒ Types::DataDestination

Returns the value of attribute destination.



491
492
493
# File 'sig/types.rbs', line 491

def destination
  @destination
end

#explainability_arn ⇒ ::String

Returns the value of attribute explainability_arn.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def explainability_arn
  @explainability_arn
end

#explainability_export_arn ⇒ ::String

Returns the value of attribute explainability_export_arn.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def explainability_export_arn
  @explainability_export_arn
end

#explainability_export_name ⇒ ::String

Returns the value of attribute explainability_export_name.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def explainability_export_name
  @explainability_export_name
end

#format ⇒ ::String

Returns the value of attribute format.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def format
  @format
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


495
496
497
# File 'sig/types.rbs', line 495

def last_modification_time
  @last_modification_time
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


492
493
494
# File 'sig/types.rbs', line 492

def message
  @message
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


493
494
495
# File 'sig/types.rbs', line 493

def status
  @status
end