Class: Aws::AppFabric::Types::Ingestion

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

Overview

Contains information about an ingestion.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#appString

The name of the application.

Returns:

  • (String)


1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
# File 'gems/aws-sdk-appfabric/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_arnString

The Amazon Resource Name (ARN) of the app bundle for the ingestion.

Returns:

  • (String)


1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
# File 'gems/aws-sdk-appfabric/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

#arnString

The Amazon Resource Name (ARN) of the ingestion.

Returns:

  • (String)


1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
# File 'gems/aws-sdk-appfabric/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_atTime

The timestamp of when the ingestion was created.

Returns:

  • (Time)


1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
# File 'gems/aws-sdk-appfabric/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_typeString

The type of the ingestion.

Returns:

  • (String)


1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
# File 'gems/aws-sdk-appfabric/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

#stateString

The status of the ingestion.

Returns:

  • (String)


1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
# File 'gems/aws-sdk-appfabric/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_idString

The ID of the application tenant.

Returns:

  • (String)


1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
# File 'gems/aws-sdk-appfabric/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_atTime

The timestamp of when the ingestion was last updated.

Returns:

  • (Time)


1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
# File 'gems/aws-sdk-appfabric/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