Class: Aws::Types::StartReplicationTaskAssessmentRunMessage
- Inherits:
-
Object
- Object
- Aws::Types::StartReplicationTaskAssessmentRunMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_run_name ⇒ ::String
Returns the value of attribute assessment_run_name.
-
#exclude ⇒ ::Array[::String]
Returns the value of attribute exclude.
-
#include_only ⇒ ::Array[::String]
Returns the value of attribute include_only.
-
#replication_task_arn ⇒ ::String
Returns the value of attribute replication_task_arn.
-
#result_encryption_mode ⇒ ::String
Returns the value of attribute result_encryption_mode.
-
#result_kms_key_arn ⇒ ::String
Returns the value of attribute result_kms_key_arn.
-
#result_location_bucket ⇒ ::String
Returns the value of attribute result_location_bucket.
-
#result_location_folder ⇒ ::String
Returns the value of attribute result_location_folder.
-
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#assessment_run_name ⇒ ::String
Returns the value of attribute assessment_run_name.
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.
2960 2961 2962 |
# File 'sig/types.rbs', line 2960 def exclude @exclude end |
#include_only ⇒ ::Array[::String]
Returns the value of attribute include_only.
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.
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.
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.
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.
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.
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.
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.
2961 2962 2963 |
# File 'sig/types.rbs', line 2961 def @tags end |