Class: Aws::Finspace::Types::CreateKxEnvironmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::CreateKxEnvironmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ Time
The timestamp at which the kdb environment was created in FinSpace.
-
#description ⇒ String
A description for the kdb environment.
-
#environment_arn ⇒ String
The ARN identifier of the environment.
-
#environment_id ⇒ String
A unique identifier for the kdb environment.
-
#kms_key_id ⇒ String
The KMS key ID to encrypt your data in the FinSpace environment.
-
#name ⇒ String
The name of the kdb environment.
-
#status ⇒ String
The status of the kdb environment.
Instance Attribute Details
#creation_timestamp ⇒ Time
The timestamp at which the kdb environment was created in FinSpace.
1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 |
# File 'lib/aws-sdk-finspace/types.rb', line 1137 class CreateKxEnvironmentResponse < Struct.new( :name, :status, :environment_id, :description, :environment_arn, :kms_key_id, :creation_timestamp) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for the kdb environment.
1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 |
# File 'lib/aws-sdk-finspace/types.rb', line 1137 class CreateKxEnvironmentResponse < Struct.new( :name, :status, :environment_id, :description, :environment_arn, :kms_key_id, :creation_timestamp) SENSITIVE = [] include Aws::Structure end |
#environment_arn ⇒ String
The ARN identifier of the environment.
1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 |
# File 'lib/aws-sdk-finspace/types.rb', line 1137 class CreateKxEnvironmentResponse < Struct.new( :name, :status, :environment_id, :description, :environment_arn, :kms_key_id, :creation_timestamp) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
A unique identifier for the kdb environment.
1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 |
# File 'lib/aws-sdk-finspace/types.rb', line 1137 class CreateKxEnvironmentResponse < Struct.new( :name, :status, :environment_id, :description, :environment_arn, :kms_key_id, :creation_timestamp) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
The KMS key ID to encrypt your data in the FinSpace environment.
1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 |
# File 'lib/aws-sdk-finspace/types.rb', line 1137 class CreateKxEnvironmentResponse < Struct.new( :name, :status, :environment_id, :description, :environment_arn, :kms_key_id, :creation_timestamp) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the kdb environment.
1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 |
# File 'lib/aws-sdk-finspace/types.rb', line 1137 class CreateKxEnvironmentResponse < Struct.new( :name, :status, :environment_id, :description, :environment_arn, :kms_key_id, :creation_timestamp) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the kdb environment.
1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 |
# File 'lib/aws-sdk-finspace/types.rb', line 1137 class CreateKxEnvironmentResponse < Struct.new( :name, :status, :environment_id, :description, :environment_arn, :kms_key_id, :creation_timestamp) SENSITIVE = [] include Aws::Structure end |