Class: Aws::AppFabric::Types::GetIngestionDestinationResponse

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

#ingestion_destinationTypes::IngestionDestination

Contains information about an ingestion destination.



970
971
972
973
974
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 970

class GetIngestionDestinationResponse < Struct.new(
  :ingestion_destination)
  SENSITIVE = []
  include Aws::Structure
end