Class: Aws::Types::ImportsListItem
- Inherits:
-
Object
- Object
- Aws::Types::ImportsListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#destinations ⇒ ::Array[::String]
Returns the value of attribute destinations.
-
#import_id ⇒ ::String
Returns the value of attribute import_id.
-
#import_status ⇒ "INITIALIZING", ...
Returns the value of attribute import_status.
-
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
634 635 636 |
# File 'sig/types.rbs', line 634 def end |
#destinations ⇒ ::Array[::String]
Returns the value of attribute destinations.
633 634 635 |
# File 'sig/types.rbs', line 633 def destinations @destinations end |
#import_id ⇒ ::String
Returns the value of attribute import_id.
631 632 633 |
# File 'sig/types.rbs', line 631 def import_id @import_id end |
#import_status ⇒ "INITIALIZING", ...
Returns the value of attribute import_status.
632 633 634 |
# File 'sig/types.rbs', line 632 def import_status @import_status end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
635 636 637 |
# File 'sig/types.rbs', line 635 def end |