Class: Aws::Types::DryRunProgressStatus
- Inherits:
-
Object
- Object
- Aws::Types::DryRunProgressStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#dry_run_id ⇒ ::String
Returns the value of attribute dry_run_id.
-
#dry_run_status ⇒ ::String
Returns the value of attribute dry_run_status.
-
#update_date ⇒ ::String
Returns the value of attribute update_date.
-
#validation_failures ⇒ ::Array[Types::ValidationFailure]
Returns the value of attribute validation_failures.
Instance Attribute Details
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def creation_date @creation_date end |
#dry_run_id ⇒ ::String
Returns the value of attribute dry_run_id.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def dry_run_id @dry_run_id end |
#dry_run_status ⇒ ::String
Returns the value of attribute dry_run_status.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def dry_run_status @dry_run_status end |
#update_date ⇒ ::String
Returns the value of attribute update_date.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def update_date @update_date end |
#validation_failures ⇒ ::Array[Types::ValidationFailure]
Returns the value of attribute validation_failures.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def validation_failures @validation_failures end |