Class: Aws::Types::AddDataSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddDataSourceRequest
- 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.
Instance Attribute Details
#data_source_type ⇒ Types::DataSourceType
Returns the value of attribute data_source_type.
63 64 65 |
# File 'sig/types.rbs', line 63 def data_source_type @data_source_type end |
#description ⇒ ::String
Returns the value of attribute description.
64 65 66 |
# File 'sig/types.rbs', line 64 def description @description end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
61 62 63 |
# File 'sig/types.rbs', line 61 def domain_name @domain_name end |
#name ⇒ ::String
Returns the value of attribute name.
62 63 64 |
# File 'sig/types.rbs', line 62 def name @name end |