Class: Aws::SupplyChain::Types::Instance
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::Instance
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The details of the instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The Amazon Web Services account ID that owns the instance.
-
#created_time ⇒ Time
The instance creation timestamp.
-
#error_message ⇒ String
The Amazon Web Services Supply Chain instance error message.
-
#instance_description ⇒ String
The Amazon Web Services Supply Chain instance description.
-
#instance_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
-
#instance_name ⇒ String
The Amazon Web Services Supply Chain instance name.
-
#kms_key_arn ⇒ String
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you optionally provided for encryption.
-
#last_modified_time ⇒ Time
The instance last modified timestamp.
-
#state ⇒ String
The state of the instance.
-
#version_number ⇒ Float
The version number of the instance.
-
#web_app_dns_domain ⇒ String
The WebApp DNS domain name of the instance.
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account ID that owns the instance.
994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-supplychain/types.rb', line 994 class Instance < Struct.new( :instance_id, :aws_account_id, :state, :error_message, :web_app_dns_domain, :created_time, :last_modified_time, :instance_name, :instance_description, :kms_key_arn, :version_number) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The instance creation timestamp.
994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-supplychain/types.rb', line 994 class Instance < Struct.new( :instance_id, :aws_account_id, :state, :error_message, :web_app_dns_domain, :created_time, :last_modified_time, :instance_name, :instance_description, :kms_key_arn, :version_number) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The Amazon Web Services Supply Chain instance error message. If the instance results in an unhealthy state, customers need to check the error message, delete the current instance, and recreate a new one based on the mitigation from the error message.
994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-supplychain/types.rb', line 994 class Instance < Struct.new( :instance_id, :aws_account_id, :state, :error_message, :web_app_dns_domain, :created_time, :last_modified_time, :instance_name, :instance_description, :kms_key_arn, :version_number) SENSITIVE = [] include Aws::Structure end |
#instance_description ⇒ String
The Amazon Web Services Supply Chain instance description.
994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-supplychain/types.rb', line 994 class Instance < Struct.new( :instance_id, :aws_account_id, :state, :error_message, :web_app_dns_domain, :created_time, :last_modified_time, :instance_name, :instance_description, :kms_key_arn, :version_number) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-supplychain/types.rb', line 994 class Instance < Struct.new( :instance_id, :aws_account_id, :state, :error_message, :web_app_dns_domain, :created_time, :last_modified_time, :instance_name, :instance_description, :kms_key_arn, :version_number) SENSITIVE = [] include Aws::Structure end |
#instance_name ⇒ String
The Amazon Web Services Supply Chain instance name.
994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-supplychain/types.rb', line 994 class Instance < Struct.new( :instance_id, :aws_account_id, :state, :error_message, :web_app_dns_domain, :created_time, :last_modified_time, :instance_name, :instance_description, :kms_key_arn, :version_number) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you optionally provided for encryption. If you did not provide anything here, AWS Supply Chain uses the Amazon Web Services owned KMS key and nothing is returned.
994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-supplychain/types.rb', line 994 class Instance < Struct.new( :instance_id, :aws_account_id, :state, :error_message, :web_app_dns_domain, :created_time, :last_modified_time, :instance_name, :instance_description, :kms_key_arn, :version_number) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The instance last modified timestamp.
994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-supplychain/types.rb', line 994 class Instance < Struct.new( :instance_id, :aws_account_id, :state, :error_message, :web_app_dns_domain, :created_time, :last_modified_time, :instance_name, :instance_description, :kms_key_arn, :version_number) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the instance.
994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-supplychain/types.rb', line 994 class Instance < Struct.new( :instance_id, :aws_account_id, :state, :error_message, :web_app_dns_domain, :created_time, :last_modified_time, :instance_name, :instance_description, :kms_key_arn, :version_number) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Float
The version number of the instance.
994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-supplychain/types.rb', line 994 class Instance < Struct.new( :instance_id, :aws_account_id, :state, :error_message, :web_app_dns_domain, :created_time, :last_modified_time, :instance_name, :instance_description, :kms_key_arn, :version_number) SENSITIVE = [] include Aws::Structure end |
#web_app_dns_domain ⇒ String
The WebApp DNS domain name of the instance.
994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-supplychain/types.rb', line 994 class Instance < Struct.new( :instance_id, :aws_account_id, :state, :error_message, :web_app_dns_domain, :created_time, :last_modified_time, :instance_name, :instance_description, :kms_key_arn, :version_number) SENSITIVE = [] include Aws::Structure end |