Class: Aws::Types::UpdateDataSourceInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataSourceInput
- 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.
-
#configuration ⇒ Types::DataSourceConfigurationInput
Returns the value of attribute configuration.
-
#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.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#publish_on_import ⇒ Boolean
Returns the value of attribute publish_on_import.
-
#recommendation ⇒ Types::RecommendationConfiguration
Returns the value of attribute recommendation.
-
#retain_permissions_on_revoke_failure ⇒ Boolean
Returns the value of attribute retain_permissions_on_revoke_failure.
-
#schedule ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule.
Instance Attribute Details
#asset_forms_input ⇒ ::Array[Types::FormInput]
Returns the value of attribute asset_forms_input.
6446 6447 6448 |
# File 'sig/types.rbs', line 6446 def asset_forms_input @asset_forms_input end |
#configuration ⇒ Types::DataSourceConfigurationInput
Returns the value of attribute configuration.
6448 6449 6450 |
# File 'sig/types.rbs', line 6448 def configuration @configuration end |
#description ⇒ ::String
Returns the value of attribute description.
6443 6444 6445 |
# File 'sig/types.rbs', line 6443 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6440 6441 6442 |
# File 'sig/types.rbs', line 6440 def domain_identifier @domain_identifier end |
#enable_setting ⇒ "ENABLED", "DISABLED"
Returns the value of attribute enable_setting.
6444 6445 6446 |
# File 'sig/types.rbs', line 6444 def enable_setting @enable_setting end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
6441 6442 6443 |
# File 'sig/types.rbs', line 6441 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
6442 6443 6444 |
# File 'sig/types.rbs', line 6442 def name @name end |
#publish_on_import ⇒ Boolean
Returns the value of attribute publish_on_import.
6445 6446 6447 |
# File 'sig/types.rbs', line 6445 def publish_on_import @publish_on_import end |
#recommendation ⇒ Types::RecommendationConfiguration
Returns the value of attribute recommendation.
6449 6450 6451 |
# File 'sig/types.rbs', line 6449 def recommendation @recommendation end |
#retain_permissions_on_revoke_failure ⇒ Boolean
Returns the value of attribute retain_permissions_on_revoke_failure.
6450 6451 6452 |
# File 'sig/types.rbs', line 6450 def @retain_permissions_on_revoke_failure end |
#schedule ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule.
6447 6448 6449 |
# File 'sig/types.rbs', line 6447 def schedule @schedule end |