Class: Aws::AppFabric::Types::Ingestion
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::Ingestion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
Contains information about an ingestion.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app ⇒ String
The name of the application.
-
#app_bundle_arn ⇒ String
The Amazon Resource Name (ARN) of the app bundle for the ingestion.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the ingestion.
-
#created_at ⇒ Time
The timestamp of when the ingestion was created.
-
#ingestion_type ⇒ String
The type of the ingestion.
-
#state ⇒ String
The status of the ingestion.
-
#tenant_id ⇒ String
The ID of the application tenant.
-
#updated_at ⇒ Time
The timestamp of when the ingestion was last updated.
Instance Attribute Details
#app ⇒ String
The name of the application.
1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1043 class Ingestion < Struct.new( :arn, :app_bundle_arn, :app, :tenant_id, :created_at, :updated_at, :state, :ingestion_type) SENSITIVE = [] include Aws::Structure end |
#app_bundle_arn ⇒ String
The Amazon Resource Name (ARN) of the app bundle for the ingestion.
1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1043 class Ingestion < Struct.new( :arn, :app_bundle_arn, :app, :tenant_id, :created_at, :updated_at, :state, :ingestion_type) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the ingestion.
1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1043 class Ingestion < Struct.new( :arn, :app_bundle_arn, :app, :tenant_id, :created_at, :updated_at, :state, :ingestion_type) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp of when the ingestion was created.
1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1043 class Ingestion < Struct.new( :arn, :app_bundle_arn, :app, :tenant_id, :created_at, :updated_at, :state, :ingestion_type) SENSITIVE = [] include Aws::Structure end |
#ingestion_type ⇒ String
The type of the ingestion.
1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1043 class Ingestion < Struct.new( :arn, :app_bundle_arn, :app, :tenant_id, :created_at, :updated_at, :state, :ingestion_type) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The status of the ingestion.
1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1043 class Ingestion < Struct.new( :arn, :app_bundle_arn, :app, :tenant_id, :created_at, :updated_at, :state, :ingestion_type) SENSITIVE = [] include Aws::Structure end |
#tenant_id ⇒ String
The ID of the application tenant.
1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1043 class Ingestion < Struct.new( :arn, :app_bundle_arn, :app, :tenant_id, :created_at, :updated_at, :state, :ingestion_type) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp of when the ingestion was last updated.
1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1043 class Ingestion < Struct.new( :arn, :app_bundle_arn, :app, :tenant_id, :created_at, :updated_at, :state, :ingestion_type) SENSITIVE = [] include Aws::Structure end |