Class: Aws::Types::AssociateCreatedArtifactRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateCreatedArtifactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_artifact ⇒ Types::CreatedArtifact
Returns the value of attribute created_artifact.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#migration_task_name ⇒ ::String
Returns the value of attribute migration_task_name.
-
#progress_update_stream ⇒ ::String
Returns the value of attribute progress_update_stream.
Instance Attribute Details
#created_artifact ⇒ Types::CreatedArtifact
Returns the value of attribute created_artifact.
26 27 28 |
# File 'sig/types.rbs', line 26 def created_artifact @created_artifact end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
27 28 29 |
# File 'sig/types.rbs', line 27 def dry_run @dry_run end |
#migration_task_name ⇒ ::String
Returns the value of attribute migration_task_name.
25 26 27 |
# File 'sig/types.rbs', line 25 def migration_task_name @migration_task_name end |
#progress_update_stream ⇒ ::String
Returns the value of attribute progress_update_stream.
24 25 26 |
# File 'sig/types.rbs', line 24 def progress_update_stream @progress_update_stream end |