Class: Aws::AppFabric::Types::IngestionDestinationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::IngestionDestinationSummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the ingestion destination.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the ingestion destination.
1124 1125 1126 1127 1128 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1124 class IngestionDestinationSummary < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |