Class: Aws::CloudWatchLogs::Types::CreateLogStreamRequest

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)


630
631
632
633
634
635
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 630

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

#log_stream_nameString

The name of the log stream.

Returns:

  • (String)


630
631
632
633
634
635
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 630

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