Class: Aws::Types::DataSourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "ADOBE_ANALYTICS", ...
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3544 3545 3546 |
# File 'sig/types.rbs', line 3544 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3548 3549 3550 |
# File 'sig/types.rbs', line 3548 def created_time @created_time end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
3545 3546 3547 |
# File 'sig/types.rbs', line 3545 def data_source_id @data_source_id end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
3549 3550 3551 |
# File 'sig/types.rbs', line 3549 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
3546 3547 3548 |
# File 'sig/types.rbs', line 3546 def name @name end |
#type ⇒ "ADOBE_ANALYTICS", ...
Returns the value of attribute type.
3547 3548 3549 |
# File 'sig/types.rbs', line 3547 def type @type end |