Class: Aws::Types::StopImportResponse
- Inherits:
-
Object
- Object
- Aws::Types::StopImportResponse
- 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.
-
#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.
-
#import_statistics ⇒ Types::ImportStatistics
Returns the value of attribute import_statistics.
-
#import_status ⇒ "INITIALIZING", ...
Returns the value of attribute import_status.
-
#start_event_time ⇒ ::Time
Returns the value of attribute start_event_time.
-
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def end |
#destinations ⇒ ::Array[::String]
Returns the value of attribute destinations.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def destinations @destinations end |
#end_event_time ⇒ ::Time
Returns the value of attribute end_event_time.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def end_event_time @end_event_time end |
#import_id ⇒ ::String
Returns the value of attribute import_id.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def import_id @import_id end |
#import_source ⇒ Types::ImportSource
Returns the value of attribute import_source.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def import_source @import_source end |
#import_statistics ⇒ Types::ImportStatistics
Returns the value of attribute import_statistics.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def import_statistics @import_statistics end |
#import_status ⇒ "INITIALIZING", ...
Returns the value of attribute import_status.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def import_status @import_status end |
#start_event_time ⇒ ::Time
Returns the value of attribute start_event_time.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def start_event_time @start_event_time end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def end |