Class: Aws::Types::DataSourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#enable_setting ⇒ "ENABLED", "DISABLED"
Returns the value of attribute enable_setting.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#last_run_asset_count ⇒ ::Integer
Returns the value of attribute last_run_asset_count.
-
#last_run_at ⇒ ::Time
Returns the value of attribute last_run_at.
-
#last_run_error_message ⇒ Types::DataSourceErrorMessage
Returns the value of attribute last_run_error_message.
-
#last_run_status ⇒ "REQUESTED", ...
Returns the value of attribute last_run_status.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schedule ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
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.
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.
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.
1809 1810 1811 |
# File 'sig/types.rbs', line 1809 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
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.
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.
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.
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.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def last_run_at @last_run_at end |
#last_run_error_message ⇒ Types::DataSourceErrorMessage
Returns the value of attribute last_run_error_message.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def @last_run_error_message end |
#last_run_status ⇒ "REQUESTED", ...
Returns the value of attribute last_run_status.
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.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def name @name end |
#schedule ⇒ Types::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.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def status @status end |
#type ⇒ ::String
Returns the value of attribute type.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def updated_at @updated_at end |