Class: Aws::Types::ExportTask

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


483
484
485
# File 'sig/types.rbs', line 483

def arn
  @arn
end

#creation_date_time ⇒ ::String

Returns the value of attribute creation_date_time.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def creation_date_time
  @creation_date_time
end

#end_date_time ⇒ ::String

Returns the value of attribute end_date_time.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def end_date_time
  @end_date_time
end

#export_id ⇒ ::String

Returns the value of attribute export_id.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def export_id
  @export_id
end

#progress_percentage ⇒ ::Float

Returns the value of attribute progress_percentage.

Returns:

  • (::Float)


490
491
492
# File 'sig/types.rbs', line 490

def progress_percentage
  @progress_percentage
end

#s3_bucket ⇒ ::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def s3_bucket
  @s3_bucket
end

#s3_bucket_owner ⇒ ::String

Returns the value of attribute s3_bucket_owner.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def s3_bucket_owner
  @s3_bucket_owner
end

#s3_key ⇒ ::String

Returns the value of attribute s3_key.

Returns:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def s3_key
  @s3_key
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "STARTED", "FAILED", "SUCCEEDED")


489
490
491
# File 'sig/types.rbs', line 489

def status
  @status
end

#summary ⇒ Types::ExportTaskSummary

Returns the value of attribute summary.



491
492
493
# File 'sig/types.rbs', line 491

def summary
  @summary
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


492
493
494
# File 'sig/types.rbs', line 492

def tags
  @tags
end