Class: Aws::Types::DisassociateDiscoveredResourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_id::String

Returns the value of attribute configuration_id.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def configuration_id
  @configuration_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


117
118
119
# File 'sig/types.rbs', line 117

def dry_run
  @dry_run
end

#migration_task_name::String

Returns the value of attribute migration_task_name.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def migration_task_name
  @migration_task_name
end

#progress_update_stream::String

Returns the value of attribute progress_update_stream.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def progress_update_stream
  @progress_update_stream
end