Class: Aws::AppFabric::Types::DeleteIngestionRequest

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

#app_bundle_identifierString

The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.

Returns:

  • (String)


804
805
806
807
808
809
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 804

class DeleteIngestionRequest < Struct.new(
  :app_bundle_identifier,
  :ingestion_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#ingestion_identifierString

The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.

Returns:

  • (String)


804
805
806
807
808
809
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 804

class DeleteIngestionRequest < Struct.new(
  :app_bundle_identifier,
  :ingestion_identifier)
  SENSITIVE = []
  include Aws::Structure
end