Class: Aws::Types::DataSourceDetails
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceDetails
- 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.
-
#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.
607 608 609 |
# File 'sig/types.rbs', line 607 def data_source_type @data_source_type end |
#description ⇒ ::String
Returns the value of attribute description.
609 610 611 |
# File 'sig/types.rbs', line 609 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
608 609 610 |
# File 'sig/types.rbs', line 608 def name @name end |
#status ⇒ "ACTIVE", "DISABLED"
Returns the value of attribute status.
610 611 612 |
# File 'sig/types.rbs', line 610 def status @status end |