Class: Aws::AppFabric::Types::StartIngestionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::StartIngestionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_bundle_identifier ⇒ String
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
-
#ingestion_identifier ⇒ String
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
Instance Attribute Details
#app_bundle_identifier ⇒ String
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
1549 1550 1551 1552 1553 1554 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1549 class StartIngestionRequest < Struct.new( :ingestion_identifier, :app_bundle_identifier) SENSITIVE = [] include Aws::Structure end |
#ingestion_identifier ⇒ String
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
1549 1550 1551 1552 1553 1554 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1549 class StartIngestionRequest < Struct.new( :ingestion_identifier, :app_bundle_identifier) SENSITIVE = [] include Aws::Structure end |