Class: Aws::Types::Import

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Integer

Returns the value of attribute creation_time.



1143
1144
1145
# File 'sig/types.rbs', line 1143

def creation_time
  @creation_time
end

#error_message::String

Returns the value of attribute error_message.



1145
1146
1147
# File 'sig/types.rbs', line 1145

def error_message
  @error_message
end

#import_destination_arn::String

Returns the value of attribute import_destination_arn.



1140
1141
1142
# File 'sig/types.rbs', line 1140

def import_destination_arn
  @import_destination_arn
end

#import_filterTypes::ImportFilter

Returns the value of attribute import_filter.



1142
1143
1144
# File 'sig/types.rbs', line 1142

def import_filter
  @import_filter
end

#import_id::String

Returns the value of attribute import_id.



1137
1138
1139
# File 'sig/types.rbs', line 1137

def import_id
  @import_id
end

#import_source_arn::String

Returns the value of attribute import_source_arn.



1138
1139
1140
# File 'sig/types.rbs', line 1138

def import_source_arn
  @import_source_arn
end

#import_statisticsTypes::ImportStatistics

Returns the value of attribute import_statistics.



1141
1142
1143
# File 'sig/types.rbs', line 1141

def import_statistics
  @import_statistics
end

#import_status"IN_PROGRESS", ...

Returns the value of attribute import_status.



1139
1140
1141
# File 'sig/types.rbs', line 1139

def import_status
  @import_status
end

#last_updated_time::Integer

Returns the value of attribute last_updated_time.



1144
1145
1146
# File 'sig/types.rbs', line 1144

def last_updated_time
  @last_updated_time
end