Class: Aws::Types::PutResourceAttributesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


329
330
331
# File 'sig/types.rbs', line 329

def dry_run
  @dry_run
end

#migration_task_name::String

Returns the value of attribute migration_task_name.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def migration_task_name
  @migration_task_name
end

#progress_update_stream::String

Returns the value of attribute progress_update_stream.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def progress_update_stream
  @progress_update_stream
end

#resource_attribute_list::Array[Types::ResourceAttribute]

Returns the value of attribute resource_attribute_list.

Returns:



328
329
330
# File 'sig/types.rbs', line 328

def resource_attribute_list
  @resource_attribute_list
end