Class: Aws::Types::DestinationDetails
- Inherits:
-
Object
- Object
- Aws::Types::DestinationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs_details ⇒ Types::CloudWatchLogsDestinationDetails
Returns the value of attribute cloud_watch_logs_details.
-
#kinesis_firehose_details ⇒ Types::KinesisFirehoseDestinationDetails
Returns the value of attribute kinesis_firehose_details.
Instance Attribute Details
#cloud_watch_logs_details ⇒ Types::CloudWatchLogsDestinationDetails
Returns the value of attribute cloud_watch_logs_details.
902 903 904 |
# File 'sig/types.rbs', line 902 def cloud_watch_logs_details @cloud_watch_logs_details end |
#kinesis_firehose_details ⇒ Types::KinesisFirehoseDestinationDetails
Returns the value of attribute kinesis_firehose_details.
903 904 905 |
# File 'sig/types.rbs', line 903 def kinesis_firehose_details @kinesis_firehose_details end |