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
371 |
# File 'sig/client.rbs', line 371
def channel_arn: () -> ::String
|
#destinations ⇒ ::Array[Types::Destination]
375 |
# File 'sig/client.rbs', line 375
def destinations: () -> ::Array[Types::Destination]
|
#ingestion_status ⇒ Types::IngestionStatus
376 |
# File 'sig/client.rbs', line 376
def ingestion_status: () -> Types::IngestionStatus
|
#name ⇒ ::String
372 |
# File 'sig/client.rbs', line 372
def name: () -> ::String
|
#source ⇒ ::String
373 |
# File 'sig/client.rbs', line 373
def source: () -> ::String
|
#source_config ⇒ Types::SourceConfig
374 |
# File 'sig/client.rbs', line 374
def source_config: () -> Types::SourceConfig
|