Class: Aws::Types::ReplicationTaskAssessmentResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:s3_object_url])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_results::String

Returns the value of attribute assessment_results.

Returns:

  • (::String)


2611
2612
2613
# File 'sig/types.rbs', line 2611

def assessment_results
  @assessment_results
end

#assessment_results_file::String

Returns the value of attribute assessment_results_file.

Returns:

  • (::String)


2610
2611
2612
# File 'sig/types.rbs', line 2610

def assessment_results_file
  @assessment_results_file
end

#assessment_status::String

Returns the value of attribute assessment_status.

Returns:

  • (::String)


2609
2610
2611
# File 'sig/types.rbs', line 2609

def assessment_status
  @assessment_status
end

#replication_task_arn::String

Returns the value of attribute replication_task_arn.

Returns:

  • (::String)


2607
2608
2609
# File 'sig/types.rbs', line 2607

def replication_task_arn
  @replication_task_arn
end

#replication_task_identifier::String

Returns the value of attribute replication_task_identifier.

Returns:

  • (::String)


2606
2607
2608
# File 'sig/types.rbs', line 2606

def replication_task_identifier
  @replication_task_identifier
end

#replication_task_last_assessment_date::Time

Returns the value of attribute replication_task_last_assessment_date.

Returns:

  • (::Time)


2608
2609
2610
# File 'sig/types.rbs', line 2608

def replication_task_last_assessment_date
  @replication_task_last_assessment_date
end

#s3_object_url::String

Returns the value of attribute s3_object_url.

Returns:

  • (::String)


2612
2613
2614
# File 'sig/types.rbs', line 2612

def s3_object_url
  @s3_object_url
end