Class: Aws::Types::CreateProgressUpdateStreamRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProgressUpdateStreamRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#progress_update_stream_name ⇒ ::String
Returns the value of attribute progress_update_stream_name.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
58 59 60 |
# File 'sig/types.rbs', line 58 def dry_run @dry_run end |
#progress_update_stream_name ⇒ ::String
Returns the value of attribute progress_update_stream_name.
57 58 59 |
# File 'sig/types.rbs', line 57 def progress_update_stream_name @progress_update_stream_name end |