Class: Aws::States::Types::CloudWatchLogsLogGroup
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::States::Types::CloudWatchLogsLogGroup
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - 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 ‘:*`
      278 279 280 281 282  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 278 class CloudWatchLogsLogGroup < Struct.new( :log_group_arn) SENSITIVE = [] include Aws::Structure end  |