Class: Aws::Types::StartDataSourceRunOutput

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)


5889
5890
5891
# File 'sig/types.rbs', line 5889

def created_at
  @created_at
end

#data_source_configuration_snapshot::String

Returns the value of attribute data_source_configuration_snapshot.

Returns:

  • (::String)


5886
5887
5888
# File 'sig/types.rbs', line 5886

def data_source_configuration_snapshot
  @data_source_configuration_snapshot
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


5881
5882
5883
# File 'sig/types.rbs', line 5881

def data_source_id
  @data_source_id
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


5880
5881
5882
# File 'sig/types.rbs', line 5880

def domain_id
  @domain_id
end

#error_messageTypes::DataSourceErrorMessage

Returns the value of attribute error_message.



5888
5889
5890
# File 'sig/types.rbs', line 5888

def error_message
  @error_message
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5882
5883
5884
# File 'sig/types.rbs', line 5882

def id
  @id
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


5883
5884
5885
# File 'sig/types.rbs', line 5883

def project_id
  @project_id
end

#run_statistics_for_assetsTypes::RunStatisticsForAssets

Returns the value of attribute run_statistics_for_assets.



5887
5888
5889
# File 'sig/types.rbs', line 5887

def run_statistics_for_assets
  @run_statistics_for_assets
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


5891
5892
5893
# File 'sig/types.rbs', line 5891

def started_at
  @started_at
end

#status"REQUESTED", ...

Returns the value of attribute status.

Returns:

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


5884
5885
5886
# File 'sig/types.rbs', line 5884

def status
  @status
end

#stopped_at::Time

Returns the value of attribute stopped_at.

Returns:

  • (::Time)


5892
5893
5894
# File 'sig/types.rbs', line 5892

def stopped_at
  @stopped_at
end

#type"PRIORITIZED", "SCHEDULED"

Returns the value of attribute type.

Returns:

  • ("PRIORITIZED", "SCHEDULED")


5885
5886
5887
# File 'sig/types.rbs', line 5885

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


5890
5891
5892
# File 'sig/types.rbs', line 5890

def updated_at
  @updated_at
end