Class: Aws::Types::DescribeExplainabilityResponse

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)


518
519
520
# File 'sig/types.rbs', line 518

def creation_time
  @creation_time
end

#data_source ⇒ Types::DataSource

Returns the value of attribute data_source.

Returns:



511
512
513
# File 'sig/types.rbs', line 511

def data_source
  @data_source
end

#enable_visualization ⇒ Boolean

Returns the value of attribute enable_visualization.

Returns:

  • (Boolean)


510
511
512
# File 'sig/types.rbs', line 510

def enable_visualization
  @enable_visualization
end

#end_date_time ⇒ ::String

Returns the value of attribute end_date_time.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def end_date_time
  @end_date_time
end

#estimated_time_remaining_in_minutes ⇒ ::Integer

Returns the value of attribute estimated_time_remaining_in_minutes.

Returns:

  • (::Integer)


515
516
517
# File 'sig/types.rbs', line 515

def estimated_time_remaining_in_minutes
  @estimated_time_remaining_in_minutes
end

#explainability_arn ⇒ ::String

Returns the value of attribute explainability_arn.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def explainability_arn
  @explainability_arn
end

#explainability_config ⇒ Types::ExplainabilityConfig

Returns the value of attribute explainability_config.



509
510
511
# File 'sig/types.rbs', line 509

def explainability_config
  @explainability_config
end

#explainability_name ⇒ ::String

Returns the value of attribute explainability_name.

Returns:

  • (::String)


507
508
509
# File 'sig/types.rbs', line 507

def explainability_name
  @explainability_name
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


519
520
521
# File 'sig/types.rbs', line 519

def last_modification_time
  @last_modification_time
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


516
517
518
# File 'sig/types.rbs', line 516

def message
  @message
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def resource_arn
  @resource_arn
end

#schema ⇒ Types::Schema

Returns the value of attribute schema.

Returns:



512
513
514
# File 'sig/types.rbs', line 512

def schema
  @schema
end

#start_date_time ⇒ ::String

Returns the value of attribute start_date_time.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def start_date_time
  @start_date_time
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def status
  @status
end