Class: Aws::AppFabric::Types::GetIngestionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::GetIngestionResponse
- 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.
1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1001 class GetIngestionResponse < Struct.new( :ingestion) SENSITIVE = [] include Aws::Structure end |