Class: Aws::CloudTrail::Types::GetTrailRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudTrail::Types::GetTrailRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudtrail/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name or the Amazon Resource Name (ARN) of the trail for which you want to retrieve settings information.
 
Instance Attribute Details
#name ⇒ String
The name or the Amazon Resource Name (ARN) of the trail for which you want to retrieve settings information.
      2442 2443 2444 2445 2446  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 2442 class GetTrailRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |