Class: Aws::Types::StartImportRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartImportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destinations ⇒ ::Array[::String]
Returns the value of attribute destinations.
-
#end_event_time ⇒ ::Time
Returns the value of attribute end_event_time.
-
#import_id ⇒ ::String
Returns the value of attribute import_id.
-
#import_source ⇒ Types::ImportSource
Returns the value of attribute import_source.
-
#start_event_time ⇒ ::Time
Returns the value of attribute start_event_time.
Instance Attribute Details
#destinations ⇒ ::Array[::String]
Returns the value of attribute destinations.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def destinations @destinations end |
#end_event_time ⇒ ::Time
Returns the value of attribute end_event_time.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def end_event_time @end_event_time end |
#import_id ⇒ ::String
Returns the value of attribute import_id.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def import_id @import_id end |
#import_source ⇒ Types::ImportSource
Returns the value of attribute import_source.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def import_source @import_source end |
#start_event_time ⇒ ::Time
Returns the value of attribute start_event_time.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def start_event_time @start_event_time end |