Class: Aws::Types::GetDataSourceRunOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2685
2686
2687
# File 'sig/types.rbs', line 2685

def created_at
  @created_at
end

#data_source_configuration_snapshot::String

Returns the value of attribute data_source_configuration_snapshot.

Returns:

  • (::String)


2681
2682
2683
# File 'sig/types.rbs', line 2681

def data_source_configuration_snapshot
  @data_source_configuration_snapshot
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


2676
2677
2678
# File 'sig/types.rbs', line 2676

def data_source_id
  @data_source_id
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2675
2676
2677
# File 'sig/types.rbs', line 2675

def domain_id
  @domain_id
end

#error_messageTypes::DataSourceErrorMessage

Returns the value of attribute error_message.



2684
2685
2686
# File 'sig/types.rbs', line 2684

def error_message
  @error_message
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2677
2678
2679
# File 'sig/types.rbs', line 2677

def id
  @id
end

#lineage_summaryTypes::DataSourceRunLineageSummary

Returns the value of attribute lineage_summary.



2683
2684
2685
# File 'sig/types.rbs', line 2683

def lineage_summary
  @lineage_summary
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


2678
2679
2680
# File 'sig/types.rbs', line 2678

def project_id
  @project_id
end

#run_statistics_for_assetsTypes::RunStatisticsForAssets

Returns the value of attribute run_statistics_for_assets.



2682
2683
2684
# File 'sig/types.rbs', line 2682

def run_statistics_for_assets
  @run_statistics_for_assets
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


2687
2688
2689
# File 'sig/types.rbs', line 2687

def started_at
  @started_at
end

#status"REQUESTED", ...

Returns the value of attribute status.

Returns:

  • ("REQUESTED", "RUNNING", "FAILED", "PARTIALLY_SUCCEEDED", "SUCCESS")


2679
2680
2681
# File 'sig/types.rbs', line 2679

def status
  @status
end

#stopped_at::Time

Returns the value of attribute stopped_at.

Returns:

  • (::Time)


2688
2689
2690
# File 'sig/types.rbs', line 2688

def stopped_at
  @stopped_at
end

#type"PRIORITIZED", "SCHEDULED"

Returns the value of attribute type.

Returns:

  • ("PRIORITIZED", "SCHEDULED")


2680
2681
2682
# File 'sig/types.rbs', line 2680

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2686
2687
2688
# File 'sig/types.rbs', line 2686

def updated_at
  @updated_at
end