Class: Aws::Types::Import
- Inherits:
-
Object
- Object
- Aws::Types::Import
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Integer
Returns the value of attribute creation_time.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#import_destination_arn ⇒ ::String
Returns the value of attribute import_destination_arn.
-
#import_filter ⇒ Types::ImportFilter
Returns the value of attribute import_filter.
-
#import_id ⇒ ::String
Returns the value of attribute import_id.
-
#import_source_arn ⇒ ::String
Returns the value of attribute import_source_arn.
-
#import_statistics ⇒ Types::ImportStatistics
Returns the value of attribute import_statistics.
-
#import_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute import_status.
-
#last_updated_time ⇒ ::Integer
Returns the value of attribute last_updated_time.
Instance Attribute Details
#creation_time ⇒ ::Integer
Returns the value of attribute creation_time.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def creation_time @creation_time end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def @error_message end |
#import_destination_arn ⇒ ::String
Returns the value of attribute import_destination_arn.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def import_destination_arn @import_destination_arn end |
#import_filter ⇒ Types::ImportFilter
Returns the value of attribute import_filter.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def import_filter @import_filter end |
#import_id ⇒ ::String
Returns the value of attribute import_id.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def import_id @import_id end |
#import_source_arn ⇒ ::String
Returns the value of attribute import_source_arn.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def import_source_arn @import_source_arn end |
#import_statistics ⇒ Types::ImportStatistics
Returns the value of attribute import_statistics.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def import_statistics @import_statistics end |
#import_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute import_status.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def import_status @import_status end |
#last_updated_time ⇒ ::Integer
Returns the value of attribute last_updated_time.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def last_updated_time @last_updated_time end |