Class: Aws::CloudTrail::Types::UpdateChannelResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudTrail::Types::UpdateChannelResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudtrail/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #channel_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the channel that was updated.
 - 
  
    
      #destinations  ⇒ Array<Types::Destination> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The event data stores that log events arriving through the channel.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the channel that was updated.
 - 
  
    
      #source  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The event source of the channel that was updated.
 
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel that was updated.
      5001 5002 5003 5004 5005 5006 5007 5008  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 5001 class UpdateChannelResponse < Struct.new( :channel_arn, :name, :source, :destinations) SENSITIVE = [] include Aws::Structure end  | 
  
#destinations ⇒ Array<Types::Destination>
The event data stores that log events arriving through the channel.
      5001 5002 5003 5004 5005 5006 5007 5008  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 5001 class UpdateChannelResponse < Struct.new( :channel_arn, :name, :source, :destinations) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the channel that was updated.
      5001 5002 5003 5004 5005 5006 5007 5008  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 5001 class UpdateChannelResponse < Struct.new( :channel_arn, :name, :source, :destinations) SENSITIVE = [] include Aws::Structure end  | 
  
#source ⇒ String
The event source of the channel that was updated.
      5001 5002 5003 5004 5005 5006 5007 5008  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 5001 class UpdateChannelResponse < Struct.new( :channel_arn, :name, :source, :destinations) SENSITIVE = [] include Aws::Structure end  |