Class: Aws::Types::DataSourceRunActivity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:database, :technical_name, :technical_description])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1767
1768
1769
# File 'sig/types.rbs', line 1767

def created_at
  @created_at
end

#data_asset_id::String

Returns the value of attribute data_asset_id.

Returns:

  • (::String)


1763
1764
1765
# File 'sig/types.rbs', line 1763

def data_asset_id
  @data_asset_id
end

#data_asset_status"FAILED", ...

Returns the value of attribute data_asset_status.

Returns:

  • ("FAILED", "PUBLISHING_FAILED", "SUCCEEDED_CREATED", "SUCCEEDED_UPDATED", "SKIPPED_ALREADY_IMPORTED", "SKIPPED_ARCHIVED", "SKIPPED_NO_ACCESS", "UNCHANGED")


1761
1762
1763
# File 'sig/types.rbs', line 1761

def data_asset_status
  @data_asset_status
end

#data_source_run_id::String

Returns the value of attribute data_source_run_id.

Returns:

  • (::String)


1759
1760
1761
# File 'sig/types.rbs', line 1759

def data_source_run_id
  @data_source_run_id
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


1758
1759
1760
# File 'sig/types.rbs', line 1758

def database
  @database
end

#error_messageTypes::DataSourceErrorMessage

Returns the value of attribute error_message.



1765
1766
1767
# File 'sig/types.rbs', line 1765

def error_message
  @error_message
end

#lineage_summaryTypes::LineageInfo

Returns the value of attribute lineage_summary.

Returns:



1766
1767
1768
# File 'sig/types.rbs', line 1766

def lineage_summary
  @lineage_summary
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


1762
1763
1764
# File 'sig/types.rbs', line 1762

def project_id
  @project_id
end

#technical_description::String

Returns the value of attribute technical_description.

Returns:

  • (::String)


1764
1765
1766
# File 'sig/types.rbs', line 1764

def technical_description
  @technical_description
end

#technical_name::String

Returns the value of attribute technical_name.

Returns:

  • (::String)


1760
1761
1762
# File 'sig/types.rbs', line 1760

def technical_name
  @technical_name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1768
1769
1770
# File 'sig/types.rbs', line 1768

def updated_at
  @updated_at
end