Class: Aws::Types::DescribeImportResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.



1533
1534
1535
# File 'sig/types.rbs', line 1533

def creation_date_time
  @creation_date_time
end

#failure_reasons ⇒ ::Array[::String]

Returns the value of attribute failure_reasons.



1532
1533
1534
# File 'sig/types.rbs', line 1532

def failure_reasons
  @failure_reasons
end

#import_id ⇒ ::String

Returns the value of attribute import_id.



1526
1527
1528
# File 'sig/types.rbs', line 1526

def import_id
  @import_id
end

#import_status ⇒ "InProgress", ...

Returns the value of attribute import_status.



1531
1532
1533
# File 'sig/types.rbs', line 1531

def import_status
  @import_status
end

#imported_resource_id ⇒ ::String

Returns the value of attribute imported_resource_id.



1528
1529
1530
# File 'sig/types.rbs', line 1528

def imported_resource_id
  @imported_resource_id
end

#imported_resource_name ⇒ ::String

Returns the value of attribute imported_resource_name.



1529
1530
1531
# File 'sig/types.rbs', line 1529

def imported_resource_name
  @imported_resource_name
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.



1534
1535
1536
# File 'sig/types.rbs', line 1534

def last_updated_date_time
  @last_updated_date_time
end

#merge_strategy ⇒ "Overwrite", ...

Returns the value of attribute merge_strategy.



1530
1531
1532
# File 'sig/types.rbs', line 1530

def merge_strategy
  @merge_strategy
end

#resource_specification ⇒ Types::ImportResourceSpecification

Returns the value of attribute resource_specification.



1527
1528
1529
# File 'sig/types.rbs', line 1527

def resource_specification
  @resource_specification
end