Class: Aws::Types::DataSourceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :schedule, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


1796
1797
1798
# File 'sig/types.rbs', line 1796

def connection_id
  @connection_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1807
1808
1809
# File 'sig/types.rbs', line 1807

def created_at
  @created_at
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


1797
1798
1799
# File 'sig/types.rbs', line 1797

def data_source_id
  @data_source_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1809
1810
1811
# File 'sig/types.rbs', line 1809

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1794
1795
1796
# File 'sig/types.rbs', line 1794

def domain_id
  @domain_id
end

#enable_setting"ENABLED", "DISABLED"

Returns the value of attribute enable_setting.

Returns:

  • ("ENABLED", "DISABLED")


1801
1802
1803
# File 'sig/types.rbs', line 1801

def enable_setting
  @enable_setting
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


1795
1796
1797
# File 'sig/types.rbs', line 1795

def environment_id
  @environment_id
end

#last_run_asset_count::Integer

Returns the value of attribute last_run_asset_count.

Returns:

  • (::Integer)


1806
1807
1808
# File 'sig/types.rbs', line 1806

def last_run_asset_count
  @last_run_asset_count
end

#last_run_at::Time

Returns the value of attribute last_run_at.

Returns:

  • (::Time)


1804
1805
1806
# File 'sig/types.rbs', line 1804

def last_run_at
  @last_run_at
end

#last_run_error_messageTypes::DataSourceErrorMessage

Returns the value of attribute last_run_error_message.



1805
1806
1807
# File 'sig/types.rbs', line 1805

def last_run_error_message
  @last_run_error_message
end

#last_run_status"REQUESTED", ...

Returns the value of attribute last_run_status.

Returns:

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


1803
1804
1805
# File 'sig/types.rbs', line 1803

def last_run_status
  @last_run_status
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1798
1799
1800
# File 'sig/types.rbs', line 1798

def name
  @name
end

#scheduleTypes::ScheduleConfiguration

Returns the value of attribute schedule.



1802
1803
1804
# File 'sig/types.rbs', line 1802

def schedule
  @schedule
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "FAILED_CREATION", "READY", "UPDATING", "FAILED_UPDATE", "RUNNING", "DELETING", "FAILED_DELETION")


1800
1801
1802
# File 'sig/types.rbs', line 1800

def status
  @status
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1799
1800
1801
# File 'sig/types.rbs', line 1799

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1808
1809
1810
# File 'sig/types.rbs', line 1808

def updated_at
  @updated_at
end