Class: Aws::AppFabric::Types::IngestionDestinationSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appfabric/types.rb

Overview

Contains a summary of an ingestion destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the ingestion destination.

Returns:

  • (String)


1124
1125
1126
1127
1128
# File 'lib/aws-sdk-appfabric/types.rb', line 1124

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