Class: Aws::Types::GetDataSourceOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetDataSourceOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_forms_output ⇒ ::Array[Types::FormOutput]
Returns the value of attribute asset_forms_output.
-
#configuration ⇒ Types::DataSourceConfigurationOutput
Returns the value of attribute configuration.
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#error_message ⇒ Types::DataSourceErrorMessage
Returns the value of attribute error_message.
-
#id ⇒ ::String
Returns the value of attribute 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.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
-
#publish_on_import ⇒ Boolean
Returns the value of attribute publish_on_import.
-
#recommendation ⇒ Types::RecommendationConfiguration
Returns the value of attribute recommendation.
-
#schedule ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule.
-
#self_grant_status ⇒ Types::SelfGrantStatusOutput
Returns the value of attribute self_grant_status.
-
#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
#asset_forms_output ⇒ ::Array[Types::FormOutput]
Returns the value of attribute asset_forms_output.
2655 2656 2657 |
# File 'sig/types.rbs', line 2655 def asset_forms_output @asset_forms_output end |
#configuration ⇒ Types::DataSourceConfigurationOutput
Returns the value of attribute configuration.
2651 2652 2653 |
# File 'sig/types.rbs', line 2651 def configuration @configuration end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def connection_id @connection_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2662 2663 2664 |
# File 'sig/types.rbs', line 2662 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2646 2647 2648 |
# File 'sig/types.rbs', line 2646 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def domain_id @domain_id end |
#enable_setting ⇒ "ENABLED", "DISABLED"
Returns the value of attribute enable_setting.
2653 2654 2655 |
# File 'sig/types.rbs', line 2653 def enable_setting @enable_setting end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def environment_id @environment_id end |
#error_message ⇒ Types::DataSourceErrorMessage
Returns the value of attribute error_message.
2661 2662 2663 |
# File 'sig/types.rbs', line 2661 def @error_message end |
#id ⇒ ::String
Returns the value of attribute id.
2642 2643 2644 |
# File 'sig/types.rbs', line 2642 def id @id end |
#last_run_asset_count ⇒ ::Integer
Returns the value of attribute last_run_asset_count.
2660 2661 2662 |
# File 'sig/types.rbs', line 2660 def last_run_asset_count @last_run_asset_count end |
#last_run_at ⇒ ::Time
Returns the value of attribute last_run_at.
2658 2659 2660 |
# File 'sig/types.rbs', line 2658 def last_run_at @last_run_at end |
#last_run_error_message ⇒ Types::DataSourceErrorMessage
Returns the value of attribute last_run_error_message.
2659 2660 2661 |
# File 'sig/types.rbs', line 2659 def @last_run_error_message end |
#last_run_status ⇒ "REQUESTED", ...
Returns the value of attribute last_run_status.
2657 2658 2659 |
# File 'sig/types.rbs', line 2657 def last_run_status @last_run_status end |
#name ⇒ ::String
Returns the value of attribute name.
2645 2646 2647 |
# File 'sig/types.rbs', line 2645 def name @name end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def project_id @project_id end |
#publish_on_import ⇒ Boolean
Returns the value of attribute publish_on_import.
2654 2655 2656 |
# File 'sig/types.rbs', line 2654 def publish_on_import @publish_on_import end |
#recommendation ⇒ Types::RecommendationConfiguration
Returns the value of attribute recommendation.
2652 2653 2654 |
# File 'sig/types.rbs', line 2652 def recommendation @recommendation end |
#schedule ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule.
2656 2657 2658 |
# File 'sig/types.rbs', line 2656 def schedule @schedule end |
#self_grant_status ⇒ Types::SelfGrantStatusOutput
Returns the value of attribute self_grant_status.
2664 2665 2666 |
# File 'sig/types.rbs', line 2664 def self_grant_status @self_grant_status end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
2643 2644 2645 |
# File 'sig/types.rbs', line 2643 def status @status end |
#type ⇒ ::String
Returns the value of attribute type.
2644 2645 2646 |
# File 'sig/types.rbs', line 2644 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2663 2664 2665 |
# File 'sig/types.rbs', line 2663 def updated_at @updated_at end |