Class: Aws::Types::UpdateDataSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_type ⇒ Types::DataSourceType
Returns the value of attribute data_source_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ACTIVE", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#data_source_type ⇒ Types::DataSourceType
Returns the value of attribute data_source_type.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def data_source_type @data_source_type end |
#description ⇒ ::String
Returns the value of attribute description.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def description @description end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2359 2360 2361 |
# File 'sig/types.rbs', line 2359 def domain_name @domain_name end |
#name ⇒ ::String
Returns the value of attribute name.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def name @name end |
#status ⇒ "ACTIVE", "DISABLED"
Returns the value of attribute status.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def status @status end |