Class: Aws::MigrationHubRefactorSpaces::Types::GetApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::GetApplicationResponse
- Defined in:
- gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#api_gateway_proxy ⇒ Types::ApiGatewayProxyConfig
The endpoint URL of the API Gateway proxy.
-
#application_id ⇒ String
The unique identifier of the application.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the application.
-
#created_by_account_id ⇒ String
The Amazon Web Services account ID of the application creator.
-
#created_time ⇒ Time
A timestamp that indicates when the application is created.
-
#environment_id ⇒ String
The unique identifier of the environment.
-
#error ⇒ Types::ErrorResponse
Any error associated with the application resource.
-
#last_updated_time ⇒ Time
A timestamp that indicates when the application was last updated.
-
#name ⇒ String
The name of the application.
-
#owner_account_id ⇒ String
The Amazon Web Services account ID of the application owner (which is always the same as the environment owner account ID).
-
#proxy_type ⇒ String
The proxy type of the proxy created within the application.
-
#state ⇒ String
The current state of the application.
-
#tags ⇒ Hash<String,String>
The tags assigned to the application.
-
#vpc_id ⇒ String
The ID of the virtual private cloud (VPC).
Instance Attribute Details
#api_gateway_proxy ⇒ Types::ApiGatewayProxyConfig
The endpoint URL of the API Gateway proxy.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1404 class GetApplicationResponse < 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_id ⇒ String
The unique identifier of the application.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1404 class GetApplicationResponse < 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 |
#arn ⇒ String
The Amazon Resource Name (ARN) of the application.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1404 class GetApplicationResponse < 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_id ⇒ String
The Amazon Web Services account ID of the application creator.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1404 class GetApplicationResponse < 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_time ⇒ Time
A timestamp that indicates when the application is created.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1404 class GetApplicationResponse < 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_id ⇒ String
The unique identifier of the environment.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1404 class GetApplicationResponse < 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 |
#error ⇒ Types::ErrorResponse
Any error associated with the application resource.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1404 class GetApplicationResponse < 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_time ⇒ Time
A timestamp that indicates when the application was last updated.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1404 class GetApplicationResponse < 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 |
#name ⇒ String
The name of the application.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1404 class GetApplicationResponse < 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_id ⇒ String
The Amazon Web Services account ID of the application owner (which is always the same as the environment owner account ID).
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1404 class GetApplicationResponse < 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_type ⇒ String
The proxy type of the proxy created within the application.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1404 class GetApplicationResponse < 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 |
#state ⇒ String
The current state of the application.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1404 class GetApplicationResponse < 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 |
#tags ⇒ Hash<String,String>
The tags assigned to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1404 class GetApplicationResponse < 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_id ⇒ String
The ID of the virtual private cloud (VPC).
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1404 class GetApplicationResponse < 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 |