Class: Aws::AppFabric::Types::UpdateIngestionDestinationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::UpdateIngestionDestinationResponse
- 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.
1828 1829 1830 1831 1832 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1828 class UpdateIngestionDestinationResponse < Struct.new( :ingestion_destination) SENSITIVE = [] include Aws::Structure end |