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.
4963 4964 4965 4966 4967 4968 4969 4970 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4963 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.
4963 4964 4965 4966 4967 4968 4969 4970 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4963 class UpdateChannelResponse < Struct.new( :channel_arn, :name, :source, :destinations) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the channel that was updated.
4963 4964 4965 4966 4967 4968 4969 4970 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4963 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.
4963 4964 4965 4966 4967 4968 4969 4970 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4963 class UpdateChannelResponse < Struct.new( :channel_arn, :name, :source, :destinations) SENSITIVE = [] include Aws::Structure end |