Class: Aws::AppFabric::Types::IngestionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::IngestionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
Contains a summary of an ingestion.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app ⇒ String
The name of the application.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the ingestion.
-
#state ⇒ String
The status of the ingestion.
-
#tenant_id ⇒ String
The ID of the application tenant.
Instance Attribute Details
#app ⇒ String
The name of the application.
1150 1151 1152 1153 1154 1155 1156 1157 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1150 class IngestionSummary < Struct.new( :arn, :app, :tenant_id, :state) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the ingestion.
1150 1151 1152 1153 1154 1155 1156 1157 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1150 class IngestionSummary < Struct.new( :arn, :app, :tenant_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The status of the ingestion.
1150 1151 1152 1153 1154 1155 1156 1157 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1150 class IngestionSummary < Struct.new( :arn, :app, :tenant_id, :state) SENSITIVE = [] include Aws::Structure end |
#tenant_id ⇒ String
The ID of the application tenant.
1150 1151 1152 1153 1154 1155 1156 1157 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1150 class IngestionSummary < Struct.new( :arn, :app, :tenant_id, :state) SENSITIVE = [] include Aws::Structure end |