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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-appfabric/types.rb', line 1001

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