Class: Aws::CloudTrail::Types::StopLoggingRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudTrail::Types::StopLoggingRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudtrail/types.rb
 
Overview
Passes the request to CloudTrail to stop logging Amazon Web Services API calls for the specified account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging Amazon Web Services API calls.
 
Instance Attribute Details
#name ⇒ String
Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging Amazon Web Services API calls. The following is the format of a trail ARN.
‘arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail`
      4741 4742 4743 4744 4745  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 4741 class StopLoggingRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |