Class: Aws::AppFabric::Types::CreateIngestionDestinationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::CreateIngestionDestinationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ingestion_destination ⇒ Types::IngestionDestination
Contains information about an ingestion destination.
Instance Attribute Details
#ingestion_destination ⇒ Types::IngestionDestination
Contains information about an ingestion destination.
594 595 596 597 598 |
# File 'lib/aws-sdk-appfabric/types.rb', line 594 class CreateIngestionDestinationResponse < Struct.new( :ingestion_destination) SENSITIVE = [] include Aws::Structure end |