Class: Aws::Types::AssociateCreatedArtifactRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_artifactTypes::CreatedArtifact

Returns the value of attribute created_artifact.



26
27
28
# File 'sig/types.rbs', line 26

def created_artifact
  @created_artifact
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def progress_update_stream
  @progress_update_stream
end