Class: Aws::AppFabric::Types::CreateIngestionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ingestionTypes::Ingestion

Contains information about an ingestion.

Returns:



690
691
692
693
694
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 690

class CreateIngestionResponse < Struct.new(
  :ingestion)
  SENSITIVE = []
  include Aws::Structure
end