Class: Aws::AppFabric::Types::GetIngestionResponse

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:



1001
1002
1003
1004
1005
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1001

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