Class: Aws::AppFabric::Types::UpdateIngestionDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::UpdateIngestionDestinationRequest
- 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.
-
#destination_configuration ⇒ Types::DestinationConfiguration
Contains information about the destination of ingested data.
-
#ingestion_destination_identifier ⇒ String
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination 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.
1813 1814 1815 1816 1817 1818 1819 1820 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1813 class UpdateIngestionDestinationRequest < Struct.new( :app_bundle_identifier, :ingestion_identifier, :ingestion_destination_identifier, :destination_configuration) SENSITIVE = [] include Aws::Structure end |
#destination_configuration ⇒ Types::DestinationConfiguration
Contains information about the destination of ingested data.
1813 1814 1815 1816 1817 1818 1819 1820 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1813 class UpdateIngestionDestinationRequest < Struct.new( :app_bundle_identifier, :ingestion_identifier, :ingestion_destination_identifier, :destination_configuration) SENSITIVE = [] include Aws::Structure end |
#ingestion_destination_identifier ⇒ String
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.
1813 1814 1815 1816 1817 1818 1819 1820 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1813 class UpdateIngestionDestinationRequest < Struct.new( :app_bundle_identifier, :ingestion_identifier, :ingestion_destination_identifier, :destination_configuration) 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.
1813 1814 1815 1816 1817 1818 1819 1820 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1813 class UpdateIngestionDestinationRequest < Struct.new( :app_bundle_identifier, :ingestion_identifier, :ingestion_destination_identifier, :destination_configuration) SENSITIVE = [] include Aws::Structure end |