Module: Aws::CloudTrail::Client::_CreateChannelResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreateChannelResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#channel_arn::String

Returns:

  • (::String)


113
# File 'sig/client.rbs', line 113

def channel_arn: () -> ::String

#destinations::Array[Types::Destination]

Returns:



116
# File 'sig/client.rbs', line 116

def destinations: () -> ::Array[Types::Destination]

#name::String

Returns:

  • (::String)


114
# File 'sig/client.rbs', line 114

def name: () -> ::String

#source::String

Returns:

  • (::String)


115
# File 'sig/client.rbs', line 115

def source: () -> ::String

#tags::Array[Types::Tag]

Returns:



117
# File 'sig/client.rbs', line 117

def tags: () -> ::Array[Types::Tag]