Class: Aws::Types::CreateDataSourceOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataSourceOutput
- 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_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.
-
#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.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def asset_forms_output @asset_forms_output end |
#configuration ⇒ Types::DataSourceConfigurationOutput
Returns the value of attribute configuration.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def configuration @configuration end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def connection_id @connection_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def domain_id @domain_id end |
#enable_setting ⇒ "ENABLED", "DISABLED"
Returns the value of attribute enable_setting.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def enable_setting @enable_setting end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def environment_id @environment_id end |
#error_message ⇒ Types::DataSourceErrorMessage
Returns the value of attribute error_message.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def @error_message end |
#id ⇒ ::String
Returns the value of attribute id.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def id @id end |
#last_run_at ⇒ ::Time
Returns the value of attribute last_run_at.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def last_run_at @last_run_at end |
#last_run_error_message ⇒ Types::DataSourceErrorMessage
Returns the value of attribute last_run_error_message.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def @last_run_error_message end |
#last_run_status ⇒ "REQUESTED", ...
Returns the value of attribute last_run_status.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def last_run_status @last_run_status end |
#name ⇒ ::String
Returns the value of attribute name.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def name @name end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def project_id @project_id end |
#publish_on_import ⇒ Boolean
Returns the value of attribute publish_on_import.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def publish_on_import @publish_on_import end |
#recommendation ⇒ Types::RecommendationConfiguration
Returns the value of attribute recommendation.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def recommendation @recommendation end |
#schedule ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def schedule @schedule end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def status @status end |
#type ⇒ ::String
Returns the value of attribute type.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def updated_at @updated_at end |