Class: Aws::AppFabric::Types::IngestionSummary

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

Overview

Contains a summary of an ingestion.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#appString

The name of the application.

Returns:

  • (String)


1150
1151
1152
1153
1154
1155
1156
1157
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1150

class IngestionSummary < Struct.new(
  :arn,
  :app,
  :tenant_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the ingestion.

Returns:

  • (String)


1150
1151
1152
1153
1154
1155
1156
1157
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1150

class IngestionSummary < Struct.new(
  :arn,
  :app,
  :tenant_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The status of the ingestion.

Returns:

  • (String)


1150
1151
1152
1153
1154
1155
1156
1157
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1150

class IngestionSummary < Struct.new(
  :arn,
  :app,
  :tenant_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#tenant_idString

The ID of the application tenant.

Returns:

  • (String)


1150
1151
1152
1153
1154
1155
1156
1157
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1150

class IngestionSummary < Struct.new(
  :arn,
  :app,
  :tenant_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end