Module: Aws::CloudTrail::Client::_CreateChannelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateChannelResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #channel_arn ⇒ ::String
- #destinations ⇒ ::Array[Types::Destination]
- #name ⇒ ::String
- #source ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#channel_arn ⇒ ::String
113 |
# File 'sig/client.rbs', line 113
def channel_arn: () -> ::String
|
#destinations ⇒ ::Array[Types::Destination]
116 |
# File 'sig/client.rbs', line 116
def destinations: () -> ::Array[Types::Destination]
|
#name ⇒ ::String
114 |
# File 'sig/client.rbs', line 114
def name: () -> ::String
|
#source ⇒ ::String
115 |
# File 'sig/client.rbs', line 115
def source: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
117 |
# File 'sig/client.rbs', line 117
def tags: () -> ::Array[Types::Tag]
|