Class: Aws::AppFabric::Types::CreateIngestionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::CreateIngestionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ingestion ⇒ Types::Ingestion
Contains information about an ingestion.
Instance Attribute Details
#ingestion ⇒ Types::Ingestion
Contains information about an ingestion.
690 691 692 693 694 |
# File 'lib/aws-sdk-appfabric/types.rb', line 690 class CreateIngestionResponse < Struct.new( :ingestion) SENSITIVE = [] include Aws::Structure end |