Class: Aws::Types::DataRepositoryTask

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_to_release::Integer

Returns the value of attribute capacity_to_release.

Returns:



598
599
600
# File 'sig/types.rbs', line 598

def capacity_to_release
  @capacity_to_release
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



588
589
590
# File 'sig/types.rbs', line 588

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



590
591
592
# File 'sig/types.rbs', line 590

def end_time
  @end_time
end

#failure_detailsTypes::DataRepositoryTaskFailureDetails

Returns the value of attribute failure_details.

Returns:



595
596
597
# File 'sig/types.rbs', line 595

def failure_details
  @failure_details
end

#file_cache_id::String

Returns the value of attribute file_cache_id.

Returns:



599
600
601
# File 'sig/types.rbs', line 599

def file_cache_id
  @file_cache_id
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:



593
594
595
# File 'sig/types.rbs', line 593

def file_system_id
  @file_system_id
end

#lifecycle"PENDING", ...

Returns the value of attribute lifecycle.

Returns:



586
587
588
# File 'sig/types.rbs', line 586

def lifecycle
  @lifecycle
end

#paths::Array[::String]

Returns the value of attribute paths.

Returns:



594
595
596
# File 'sig/types.rbs', line 594

def paths
  @paths
end

#release_configurationTypes::ReleaseConfiguration

Returns the value of attribute release_configuration.

Returns:



600
601
602
# File 'sig/types.rbs', line 600

def release_configuration
  @release_configuration
end

#reportTypes::CompletionReport

Returns the value of attribute report.

Returns:



597
598
599
# File 'sig/types.rbs', line 597

def report
  @report
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:



591
592
593
# File 'sig/types.rbs', line 591

def resource_arn
  @resource_arn
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



589
590
591
# File 'sig/types.rbs', line 589

def start_time
  @start_time
end

#statusTypes::DataRepositoryTaskStatus

Returns the value of attribute status.

Returns:



596
597
598
# File 'sig/types.rbs', line 596

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



592
593
594
# File 'sig/types.rbs', line 592

def tags
  @tags
end

#task_id::String

Returns the value of attribute task_id.

Returns:



585
586
587
# File 'sig/types.rbs', line 585

def task_id
  @task_id
end

#type"EXPORT_TO_REPOSITORY", ...

Returns the value of attribute type.

Returns:



587
588
589
# File 'sig/types.rbs', line 587

def type
  @type
end