Class: Aws::CloudTrail::Types::UpdateChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::UpdateChannelRequest
- Defined in:
- gems/aws-sdk-cloudtrail/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.
4975 4976 4977 4978 4979 4980 4981 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4975 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.
4975 4976 4977 4978 4979 4980 4981 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4975 class UpdateChannelRequest < Struct.new( :channel, :destinations, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Changes the name of the channel.
4975 4976 4977 4978 4979 4980 4981 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4975 class UpdateChannelRequest < Struct.new( :channel, :destinations, :name) SENSITIVE = [] include Aws::Structure end |