Class: Aws::CloudTrail::Types::CreateChannelResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudTrail::Types::CreateChannelResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudtrail/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #channel_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the new channel.
 - 
  
    
      #destinations  ⇒ Array<Types::Destination> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The event data stores that log the events arriving through the channel.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the new channel.
 - 
  
    
      #source  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The partner or external event source name.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of tags.
 
Instance Attribute Details
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of the new channel.
      714 715 716 717 718 719 720 721 722  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 714 class CreateChannelResponse < Struct.new( :channel_arn, :name, :source, :destinations, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#destinations ⇒ Array<Types::Destination>
The event data stores that log the events arriving through the channel.
      714 715 716 717 718 719 720 721 722  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 714 class CreateChannelResponse < Struct.new( :channel_arn, :name, :source, :destinations, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the new channel.
      714 715 716 717 718 719 720 721 722  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 714 class CreateChannelResponse < Struct.new( :channel_arn, :name, :source, :destinations, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#source ⇒ String
The partner or external event source name.
      714 715 716 717 718 719 720 721 722  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 714 class CreateChannelResponse < Struct.new( :channel_arn, :name, :source, :destinations, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
A list of tags.
      714 715 716 717 718 719 720 721 722  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 714 class CreateChannelResponse < Struct.new( :channel_arn, :name, :source, :destinations, :tags) SENSITIVE = [] include Aws::Structure end  |