Class: Aws::CloudWatchLogs::Types::DeleteLogStreamRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_nameString

The name of the log group.

Returns:

  • (String)


796
797
798
799
800
801
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 796

class DeleteLogStreamRequest < Struct.new(
  :log_group_name,
  :log_stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#log_stream_nameString

The name of the log stream.

Returns:

  • (String)


796
797
798
799
800
801
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 796

class DeleteLogStreamRequest < Struct.new(
  :log_group_name,
  :log_stream_name)
  SENSITIVE = []
  include Aws::Structure
end