Class: Aws::Types::Import

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Integer

Returns the value of attribute creation_time.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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

def error_message
  @error_message
end

#import_destination_arn::String

Returns the value of attribute import_destination_arn.

Returns:

  • (::String)


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

def import_destination_arn
  @import_destination_arn
end

#import_filterTypes::ImportFilter

Returns the value of attribute import_filter.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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

def import_source_arn
  @import_source_arn
end

#import_statisticsTypes::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.

Returns:

  • ("IN_PROGRESS", "CANCELLED", "COMPLETED", "FAILED")


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.

Returns:

  • (::Integer)


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

def last_updated_time
  @last_updated_time
end