Module: Aws::CloudTrail::Client::_UpdateChannelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateChannelResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #channel_arn ⇒ ::String
- #destinations ⇒ ::Array[Types::Destination]
- #name ⇒ ::String
- #source ⇒ ::String
Instance Method Details
#channel_arn ⇒ ::String
993 |
# File 'sig/client.rbs', line 993 def channel_arn: () -> ::String |
#destinations ⇒ ::Array[Types::Destination]
996 |
# File 'sig/client.rbs', line 996 def destinations: () -> ::Array[Types::Destination] |
#name ⇒ ::String
994 |
# File 'sig/client.rbs', line 994 def name: () -> ::String |
#source ⇒ ::String
995 |
# File 'sig/client.rbs', line 995 def source: () -> ::String |