Class: Aws::CloudTrail::Types::UpdateChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::UpdateChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel ⇒ String
The ARN or ID (the ARN suffix) of the channel that you want to update.
-
#destinations ⇒ Array<Types::Destination>
The ARNs of event data stores that you want to log events arriving through the channel.
-
#name ⇒ String
Changes the name of the channel.
Instance Attribute Details
#channel ⇒ String
The ARN or ID (the ARN suffix) of the channel that you want to update.
5251 5252 5253 5254 5255 5256 5257 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5251 class UpdateChannelRequest < Struct.new( :channel, :destinations, :name) SENSITIVE = [] include Aws::Structure end |
#destinations ⇒ Array<Types::Destination>
The ARNs of event data stores that you want to log events arriving through the channel.
5251 5252 5253 5254 5255 5256 5257 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5251 class UpdateChannelRequest < Struct.new( :channel, :destinations, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Changes the name of the channel.
5251 5252 5253 5254 5255 5256 5257 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5251 class UpdateChannelRequest < Struct.new( :channel, :destinations, :name) SENSITIVE = [] include Aws::Structure end |