Class: Aws::AppFabric::Types::GetIngestionDestinationRequest

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

#app_bundle_identifierString

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

Returns:

  • (String)


956
957
958
959
960
961
962
# File 'lib/aws-sdk-appfabric/types.rb', line 956

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

#ingestion_destination_identifierString

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

Returns:

  • (String)


956
957
958
959
960
961
962
# File 'lib/aws-sdk-appfabric/types.rb', line 956

class GetIngestionDestinationRequest < Struct.new(
  :app_bundle_identifier,
  :ingestion_identifier,
  :ingestion_destination_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)


956
957
958
959
960
961
962
# File 'lib/aws-sdk-appfabric/types.rb', line 956

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