Class: Aws::States::Types::CloudWatchLogsLogGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::CloudWatchLogsLogGroup
- Defined in:
- gems/aws-sdk-states/lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group_arn ⇒ String
The ARN of the the CloudWatch log group to which you want your logs emitted to.
Instance Attribute Details
#log_group_arn ⇒ String
The ARN of the the CloudWatch log group to which you want your logs
emitted to. The ARN must end with :*
295 296 297 298 299 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 295 class CloudWatchLogsLogGroup < Struct.new( :log_group_arn) SENSITIVE = [] include Aws::Structure end |