Class: Aws::Types::DisassociateCreatedArtifactRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_artifact_name::String

Returns the value of attribute created_artifact_name.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def created_artifact_name
  @created_artifact_name
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


106
107
108
# File 'sig/types.rbs', line 106

def dry_run
  @dry_run
end

#migration_task_name::String

Returns the value of attribute migration_task_name.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def migration_task_name
  @migration_task_name
end

#progress_update_stream::String

Returns the value of attribute progress_update_stream.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def progress_update_stream
  @progress_update_stream
end