Class: Aws::MigrationHubRefactorSpaces::Types::ApplicationSummary

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

Overview

The list of ApplicationSummary objects.

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#api_gateway_proxyTypes::ApiGatewayProxySummary

The endpoint URL of the Amazon API Gateway proxy.



214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 214

class ApplicationSummary < Struct.new(
  :api_gateway_proxy,
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :owner_account_id,
  :proxy_type,
  :state,
  :tags,
  :vpc_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#application_idString

The unique identifier of the application.

Returns:

  • (String)


214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 214

class ApplicationSummary < Struct.new(
  :api_gateway_proxy,
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :owner_account_id,
  :proxy_type,
  :state,
  :tags,
  :vpc_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the application.

Returns:

  • (String)


214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 214

class ApplicationSummary < Struct.new(
  :api_gateway_proxy,
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :owner_account_id,
  :proxy_type,
  :state,
  :tags,
  :vpc_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#created_by_account_idString

The Amazon Web Services account ID of the application creator.

Returns:

  • (String)


214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 214

class ApplicationSummary < Struct.new(
  :api_gateway_proxy,
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :owner_account_id,
  :proxy_type,
  :state,
  :tags,
  :vpc_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#created_timeTime

A timestamp that indicates when the application is created.

Returns:

  • (Time)


214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 214

class ApplicationSummary < Struct.new(
  :api_gateway_proxy,
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :owner_account_id,
  :proxy_type,
  :state,
  :tags,
  :vpc_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#environment_idString

The unique identifier of the environment.

Returns:

  • (String)


214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 214

class ApplicationSummary < Struct.new(
  :api_gateway_proxy,
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :owner_account_id,
  :proxy_type,
  :state,
  :tags,
  :vpc_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#errorTypes::ErrorResponse

Any error associated with the application resource.



214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 214

class ApplicationSummary < Struct.new(
  :api_gateway_proxy,
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :owner_account_id,
  :proxy_type,
  :state,
  :tags,
  :vpc_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#last_updated_timeTime

A timestamp that indicates when the application was last updated.

Returns:

  • (Time)


214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 214

class ApplicationSummary < Struct.new(
  :api_gateway_proxy,
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :owner_account_id,
  :proxy_type,
  :state,
  :tags,
  :vpc_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#nameString

The name of the application.

Returns:

  • (String)


214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 214

class ApplicationSummary < Struct.new(
  :api_gateway_proxy,
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :owner_account_id,
  :proxy_type,
  :state,
  :tags,
  :vpc_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#owner_account_idString

The Amazon Web Services account ID of the application owner (which is always the same as the environment owner account ID).

Returns:

  • (String)


214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 214

class ApplicationSummary < Struct.new(
  :api_gateway_proxy,
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :owner_account_id,
  :proxy_type,
  :state,
  :tags,
  :vpc_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#proxy_typeString

The proxy type of the proxy created within the application.

Returns:

  • (String)


214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 214

class ApplicationSummary < Struct.new(
  :api_gateway_proxy,
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :owner_account_id,
  :proxy_type,
  :state,
  :tags,
  :vpc_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#stateString

The current state of the application.

Returns:

  • (String)


214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 214

class ApplicationSummary < Struct.new(
  :api_gateway_proxy,
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :owner_account_id,
  :proxy_type,
  :state,
  :tags,
  :vpc_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

The tags assigned to the application.

Returns:

  • (Hash<String,String>)


214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 214

class ApplicationSummary < Struct.new(
  :api_gateway_proxy,
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :owner_account_id,
  :proxy_type,
  :state,
  :tags,
  :vpc_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#vpc_idString

The ID of the virtual private cloud (VPC).

Returns:

  • (String)


214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 214

class ApplicationSummary < Struct.new(
  :api_gateway_proxy,
  :application_id,
  :arn,
  :created_by_account_id,
  :created_time,
  :environment_id,
  :error,
  :last_updated_time,
  :name,
  :owner_account_id,
  :proxy_type,
  :state,
  :tags,
  :vpc_id)
  SENSITIVE = [:tags]
  include Aws::Structure
end