Class: Aws::Types::ImportsListItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


634
635
636
# File 'sig/types.rbs', line 634

def created_timestamp
  @created_timestamp
end

#destinations::Array[::String]

Returns the value of attribute destinations.

Returns:

  • (::Array[::String])


633
634
635
# File 'sig/types.rbs', line 633

def destinations
  @destinations
end

#import_id::String

Returns the value of attribute import_id.

Returns:

  • (::String)


631
632
633
# File 'sig/types.rbs', line 631

def import_id
  @import_id
end

#import_status"INITIALIZING", ...

Returns the value of attribute import_status.

Returns:

  • ("INITIALIZING", "IN_PROGRESS", "FAILED", "STOPPED", "COMPLETED")


632
633
634
# File 'sig/types.rbs', line 632

def import_status
  @import_status
end

#updated_timestamp::Time

Returns the value of attribute updated_timestamp.

Returns:

  • (::Time)


635
636
637
# File 'sig/types.rbs', line 635

def updated_timestamp
  @updated_timestamp
end