Class: Aws::SimSpaceWeaver::Types::CloudWatchLogsLogGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::CloudWatchLogsLogGroup
- Defined in:
- gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb
Overview
The Amazon CloudWatch Logs log group for the simulation. For more information about log groups, see Working with log groups and log streams in the Amazon CloudWatch Logs User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log group for the simulation.
Instance Attribute Details
#log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log group for the simulation. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference. For more information about log groups, see Working with log groups and log streams in the Amazon CloudWatch Logs User Guide.
48 49 50 51 52 |
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 48 class CloudWatchLogsLogGroup < Struct.new( :log_group_arn) SENSITIVE = [] include Aws::Structure end |