Class: Aws::Mgn::Types::ImportTask

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mgn/types.rb

Overview

Import task.

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

ImportTask arn.

Returns:

  • (String)


1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
# File 'lib/aws-sdk-mgn/types.rb', line 1946

class ImportTask < Struct.new(
  :import_id,
  :arn,
  :s3_bucket_source,
  :creation_date_time,
  :end_date_time,
  :status,
  :progress_percentage,
  :summary,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#creation_date_time ⇒ String

Import task creation datetime.

Returns:

  • (String)


1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
# File 'lib/aws-sdk-mgn/types.rb', line 1946

class ImportTask < Struct.new(
  :import_id,
  :arn,
  :s3_bucket_source,
  :creation_date_time,
  :end_date_time,
  :status,
  :progress_percentage,
  :summary,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#end_date_time ⇒ String

Import task end datetime.

Returns:

  • (String)


1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
# File 'lib/aws-sdk-mgn/types.rb', line 1946

class ImportTask < Struct.new(
  :import_id,
  :arn,
  :s3_bucket_source,
  :creation_date_time,
  :end_date_time,
  :status,
  :progress_percentage,
  :summary,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#import_id ⇒ String

Import task id.

Returns:

  • (String)


1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
# File 'lib/aws-sdk-mgn/types.rb', line 1946

class ImportTask < Struct.new(
  :import_id,
  :arn,
  :s3_bucket_source,
  :creation_date_time,
  :end_date_time,
  :status,
  :progress_percentage,
  :summary,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#progress_percentage ⇒ Float

Import task progress percentage.

Returns:

  • (Float)


1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
# File 'lib/aws-sdk-mgn/types.rb', line 1946

class ImportTask < Struct.new(
  :import_id,
  :arn,
  :s3_bucket_source,
  :creation_date_time,
  :end_date_time,
  :status,
  :progress_percentage,
  :summary,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#s3_bucket_source ⇒ Types::S3BucketSource

Import task s3 bucket source.



1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
# File 'lib/aws-sdk-mgn/types.rb', line 1946

class ImportTask < Struct.new(
  :import_id,
  :arn,
  :s3_bucket_source,
  :creation_date_time,
  :end_date_time,
  :status,
  :progress_percentage,
  :summary,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#status ⇒ String

Import task status.

Returns:

  • (String)


1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
# File 'lib/aws-sdk-mgn/types.rb', line 1946

class ImportTask < Struct.new(
  :import_id,
  :arn,
  :s3_bucket_source,
  :creation_date_time,
  :end_date_time,
  :status,
  :progress_percentage,
  :summary,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#summary ⇒ Types::ImportTaskSummary

Import task summary.



1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
# File 'lib/aws-sdk-mgn/types.rb', line 1946

class ImportTask < Struct.new(
  :import_id,
  :arn,
  :s3_bucket_source,
  :creation_date_time,
  :end_date_time,
  :status,
  :progress_percentage,
  :summary,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tags ⇒ Hash<String,String>

Import task tags.

Returns:

  • (Hash<String,String>)


1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
# File 'lib/aws-sdk-mgn/types.rb', line 1946

class ImportTask < Struct.new(
  :import_id,
  :arn,
  :s3_bucket_source,
  :creation_date_time,
  :end_date_time,
  :status,
  :progress_percentage,
  :summary,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end