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
991 |
# File 'sig/client.rbs', line 991
def channel_arn: () -> ::String
|
#destinations ⇒ ::Array[Types::Destination]
994 |
# File 'sig/client.rbs', line 994
def destinations: () -> ::Array[Types::Destination]
|
#name ⇒ ::String
992 |
# File 'sig/client.rbs', line 992
def name: () -> ::String
|
#source ⇒ ::String
993 |
# File 'sig/client.rbs', line 993
def source: () -> ::String
|