Class: Aws::Types::CreateDataSourceInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataSourceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_forms_input ⇒ ::Array[Types::FormInput]
Returns the value of attribute asset_forms_input.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#configuration ⇒ Types::DataSourceConfigurationInput
Returns the value of attribute configuration.
-
#connection_identifier ⇒ ::String
Returns the value of attribute connection_identifier.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#enable_setting ⇒ "ENABLED", "DISABLED"
Returns the value of attribute enable_setting.
-
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#project_identifier ⇒ ::String
Returns the value of attribute project_identifier.
-
#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.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#asset_forms_input ⇒ ::Array[Types::FormInput]
Returns the value of attribute asset_forms_input.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def asset_forms_input @asset_forms_input end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def client_token @client_token end |
#configuration ⇒ Types::DataSourceConfigurationInput
Returns the value of attribute configuration.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def configuration @configuration end |
#connection_identifier ⇒ ::String
Returns the value of attribute connection_identifier.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def connection_identifier @connection_identifier end |
#description ⇒ ::String
Returns the value of attribute description.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def domain_identifier @domain_identifier end |
#enable_setting ⇒ "ENABLED", "DISABLED"
Returns the value of attribute enable_setting.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def enable_setting @enable_setting end |
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def environment_identifier @environment_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def name @name end |
#project_identifier ⇒ ::String
Returns the value of attribute project_identifier.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def project_identifier @project_identifier end |
#publish_on_import ⇒ Boolean
Returns the value of attribute publish_on_import.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def publish_on_import @publish_on_import end |
#recommendation ⇒ Types::RecommendationConfiguration
Returns the value of attribute recommendation.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def recommendation @recommendation end |
#schedule ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def schedule @schedule end |
#type ⇒ ::String
Returns the value of attribute type.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def type @type end |