Class: Aws::Types::DataSourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#language_code ⇒ ::String
Returns the value of attribute language_code.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#type ⇒ "S3", ...
Returns the value of attribute type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
549 550 551 |
# File 'sig/types.rbs', line 549 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
547 548 549 |
# File 'sig/types.rbs', line 547 def id @id end |
#language_code ⇒ ::String
Returns the value of attribute language_code.
552 553 554 |
# File 'sig/types.rbs', line 552 def language_code @language_code end |
#name ⇒ ::String
Returns the value of attribute name.
546 547 548 |
# File 'sig/types.rbs', line 546 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
551 552 553 |
# File 'sig/types.rbs', line 551 def status @status end |
#type ⇒ "S3", ...
Returns the value of attribute type.
548 549 550 |
# File 'sig/types.rbs', line 548 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
550 551 552 |
# File 'sig/types.rbs', line 550 def updated_at @updated_at end |