Class: Aws::Types::PutResourceAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutResourceAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#resource_attribute_list ⇒ ::Array[Types::ResourceAttribute]
Returns the value of attribute resource_attribute_list.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
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.
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.
328 329 330 |
# File 'sig/types.rbs', line 328 def resource_attribute_list @resource_attribute_list end |