Class: Aws::SimSpaceWeaver::Types::CloudWatchLogsLogGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::CloudWatchLogsLogGroup
- Includes:
- Aws::Structure
- Defined in:
- 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*.
[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/logs/Working-with-log-groups-and-streams.html
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)][1
-
in the *Amazon Web Services
General Reference*. For more information about log groups, see
- Working with log groups and log streams][2
-
in the *Amazon
CloudWatch Logs User Guide*.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html [2]: docs.aws.amazon.com/AmazonCloudWatch/latest/logs/Working-with-log-groups-and-streams.html
48 49 50 51 52 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 48 class CloudWatchLogsLogGroup < Struct.new( :log_group_arn) SENSITIVE = [] include Aws::Structure end |