Module: Aws::CloudTrail::Client::_GetChannelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetChannelResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #channel_arn ⇒ ::String
- #destinations ⇒ ::Array[Types::Destination]
- #ingestion_status ⇒ Types::IngestionStatus
- #name ⇒ ::String
- #source ⇒ ::String
- #source_config ⇒ Types::SourceConfig
Instance Method Details
#channel_arn ⇒ ::String
373 |
# File 'sig/client.rbs', line 373 def channel_arn: () -> ::String |
#destinations ⇒ ::Array[Types::Destination]
377 |
# File 'sig/client.rbs', line 377 def destinations: () -> ::Array[Types::Destination] |
#ingestion_status ⇒ Types::IngestionStatus
378 |
# File 'sig/client.rbs', line 378 def ingestion_status: () -> Types::IngestionStatus |
#name ⇒ ::String
374 |
# File 'sig/client.rbs', line 374 def name: () -> ::String |
#source ⇒ ::String
375 |
# File 'sig/client.rbs', line 375 def source: () -> ::String |
#source_config ⇒ Types::SourceConfig
376 |
# File 'sig/client.rbs', line 376 def source_config: () -> Types::SourceConfig |