Class: Aws::Types::DeleteLogStreamRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_name::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def log_group_name
  @log_group_name
end

#log_stream_name::String

Returns the value of attribute log_stream_name.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def log_stream_name
  @log_stream_name
end