Class: Aws::Types::DeleteProgressUpdateStreamRequest

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)


73
74
75
# File 'sig/types.rbs', line 73

def dry_run
  @dry_run
end

#progress_update_stream_name::String

Returns the value of attribute progress_update_stream_name.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def progress_update_stream_name
  @progress_update_stream_name
end