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.
3413 3414 3415 |
# File 'sig/types.rbs', line 3413 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3417 3418 3419 |
# File 'sig/types.rbs', line 3417 def created_time @created_time end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
3414 3415 3416 |
# File 'sig/types.rbs', line 3414 def data_source_id @data_source_id end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
3418 3419 3420 |
# File 'sig/types.rbs', line 3418 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
3415 3416 3417 |
# File 'sig/types.rbs', line 3415 def name @name end |
#type ⇒ "ADOBE_ANALYTICS", ...
Returns the value of attribute type.
3416 3417 3418 |
# File 'sig/types.rbs', line 3416 def type @type end |