Class: Aws::Types::ReplicationTaskAssessmentRun

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_progressTypes::ReplicationTaskAssessmentRunProgress

Returns the value of attribute assessment_progress.



2621
2622
2623
# File 'sig/types.rbs', line 2621

def assessment_progress
  @assessment_progress
end

#assessment_run_name::String

Returns the value of attribute assessment_run_name.

Returns:

  • (::String)


2628
2629
2630
# File 'sig/types.rbs', line 2628

def assessment_run_name
  @assessment_run_name
end

#is_latest_task_assessment_runBoolean

Returns the value of attribute is_latest_task_assessment_run.

Returns:

  • (Boolean)


2629
2630
2631
# File 'sig/types.rbs', line 2629

def is_latest_task_assessment_run
  @is_latest_task_assessment_run
end

#last_failure_message::String

Returns the value of attribute last_failure_message.

Returns:

  • (::String)


2622
2623
2624
# File 'sig/types.rbs', line 2622

def last_failure_message
  @last_failure_message
end

#replication_task_arn::String

Returns the value of attribute replication_task_arn.

Returns:

  • (::String)


2618
2619
2620
# File 'sig/types.rbs', line 2618

def replication_task_arn
  @replication_task_arn
end

#replication_task_assessment_run_arn::String

Returns the value of attribute replication_task_assessment_run_arn.

Returns:

  • (::String)


2617
2618
2619
# File 'sig/types.rbs', line 2617

def replication_task_assessment_run_arn
  @replication_task_assessment_run_arn
end

#replication_task_assessment_run_creation_date::Time

Returns the value of attribute replication_task_assessment_run_creation_date.

Returns:

  • (::Time)


2620
2621
2622
# File 'sig/types.rbs', line 2620

def replication_task_assessment_run_creation_date
  @replication_task_assessment_run_creation_date
end

#result_encryption_mode::String

Returns the value of attribute result_encryption_mode.

Returns:

  • (::String)


2626
2627
2628
# File 'sig/types.rbs', line 2626

def result_encryption_mode
  @result_encryption_mode
end

#result_kms_key_arn::String

Returns the value of attribute result_kms_key_arn.

Returns:

  • (::String)


2627
2628
2629
# File 'sig/types.rbs', line 2627

def result_kms_key_arn
  @result_kms_key_arn
end

#result_location_bucket::String

Returns the value of attribute result_location_bucket.

Returns:

  • (::String)


2624
2625
2626
# File 'sig/types.rbs', line 2624

def result_location_bucket
  @result_location_bucket
end

#result_location_folder::String

Returns the value of attribute result_location_folder.

Returns:

  • (::String)


2625
2626
2627
# File 'sig/types.rbs', line 2625

def result_location_folder
  @result_location_folder
end

#result_statisticTypes::ReplicationTaskAssessmentRunResultStatistic

Returns the value of attribute result_statistic.



2630
2631
2632
# File 'sig/types.rbs', line 2630

def result_statistic
  @result_statistic
end

#service_access_role_arn::String

Returns the value of attribute service_access_role_arn.

Returns:

  • (::String)


2623
2624
2625
# File 'sig/types.rbs', line 2623

def service_access_role_arn
  @service_access_role_arn
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2619
2620
2621
# File 'sig/types.rbs', line 2619

def status
  @status
end