Class: Aws::Types::StartReplicationTaskAssessmentRunMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_run_name::String

Returns the value of attribute assessment_run_name.

Returns:

  • (::String)


2958
2959
2960
# File 'sig/types.rbs', line 2958

def assessment_run_name
  @assessment_run_name
end

#exclude::Array[::String]

Returns the value of attribute exclude.

Returns:

  • (::Array[::String])


2960
2961
2962
# File 'sig/types.rbs', line 2960

def exclude
  @exclude
end

#include_only::Array[::String]

Returns the value of attribute include_only.

Returns:

  • (::Array[::String])


2959
2960
2961
# File 'sig/types.rbs', line 2959

def include_only
  @include_only
end

#replication_task_arn::String

Returns the value of attribute replication_task_arn.

Returns:

  • (::String)


2952
2953
2954
# File 'sig/types.rbs', line 2952

def replication_task_arn
  @replication_task_arn
end

#result_encryption_mode::String

Returns the value of attribute result_encryption_mode.

Returns:

  • (::String)


2956
2957
2958
# File 'sig/types.rbs', line 2956

def result_encryption_mode
  @result_encryption_mode
end

#result_kms_key_arn::String

Returns the value of attribute result_kms_key_arn.

Returns:

  • (::String)


2957
2958
2959
# File 'sig/types.rbs', line 2957

def result_kms_key_arn
  @result_kms_key_arn
end

#result_location_bucket::String

Returns the value of attribute result_location_bucket.

Returns:

  • (::String)


2954
2955
2956
# File 'sig/types.rbs', line 2954

def result_location_bucket
  @result_location_bucket
end

#result_location_folder::String

Returns the value of attribute result_location_folder.

Returns:

  • (::String)


2955
2956
2957
# File 'sig/types.rbs', line 2955

def result_location_folder
  @result_location_folder
end

#service_access_role_arn::String

Returns the value of attribute service_access_role_arn.

Returns:

  • (::String)


2953
2954
2955
# File 'sig/types.rbs', line 2953

def service_access_role_arn
  @service_access_role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2961
2962
2963
# File 'sig/types.rbs', line 2961

def tags
  @tags
end