Class: Aws::CloudWatchLogs::Types::CreateLogStreamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::CreateLogStreamRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group_name ⇒ String
The name of the log group.
-
#log_stream_name ⇒ String
The name of the log stream.
Instance Attribute Details
#log_group_name ⇒ String
The name of the log group.
794 795 796 797 798 799 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 794 class CreateLogStreamRequest < Struct.new( :log_group_name, :log_stream_name) SENSITIVE = [] include Aws::Structure end |
#log_stream_name ⇒ String
The name of the log stream.
794 795 796 797 798 799 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 794 class CreateLogStreamRequest < Struct.new( :log_group_name, :log_stream_name) SENSITIVE = [] include Aws::Structure end |