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.
| 5480 5481 5482 5483 5484 5485 5486 5487 | # File 'lib/aws-sdk-cloudtrail/types.rb', line 5480 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.
| 5480 5481 5482 5483 5484 5485 5486 5487 | # File 'lib/aws-sdk-cloudtrail/types.rb', line 5480 class UpdateChannelResponse < Struct.new( :channel_arn, :name, :source, :destinations) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the channel that was updated.
| 5480 5481 5482 5483 5484 5485 5486 5487 | # File 'lib/aws-sdk-cloudtrail/types.rb', line 5480 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.
| 5480 5481 5482 5483 5484 5485 5486 5487 | # File 'lib/aws-sdk-cloudtrail/types.rb', line 5480 class UpdateChannelResponse < Struct.new( :channel_arn, :name, :source, :destinations) SENSITIVE = [] include Aws::Structure end |