Class: Aws::Finspace::Types::CreateKxEnvironmentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestampTime

The timestamp at which the kdb environment was created in FinSpace.

Returns:

  • (Time)


1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1139

class CreateKxEnvironmentResponse < Struct.new(
  :name,
  :status,
  :environment_id,
  :description,
  :environment_arn,
  :kms_key_id,
  :creation_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the kdb environment.

Returns:

  • (String)


1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1139

class CreateKxEnvironmentResponse < Struct.new(
  :name,
  :status,
  :environment_id,
  :description,
  :environment_arn,
  :kms_key_id,
  :creation_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#environment_arnString

The ARN identifier of the environment.

Returns:

  • (String)


1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1139

class CreateKxEnvironmentResponse < Struct.new(
  :name,
  :status,
  :environment_id,
  :description,
  :environment_arn,
  :kms_key_id,
  :creation_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique identifier for the kdb environment.

Returns:

  • (String)


1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1139

class CreateKxEnvironmentResponse < Struct.new(
  :name,
  :status,
  :environment_id,
  :description,
  :environment_arn,
  :kms_key_id,
  :creation_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

The KMS key ID to encrypt your data in the FinSpace environment.

Returns:

  • (String)


1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1139

class CreateKxEnvironmentResponse < Struct.new(
  :name,
  :status,
  :environment_id,
  :description,
  :environment_arn,
  :kms_key_id,
  :creation_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the kdb environment.

Returns:

  • (String)


1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1139

class CreateKxEnvironmentResponse < Struct.new(
  :name,
  :status,
  :environment_id,
  :description,
  :environment_arn,
  :kms_key_id,
  :creation_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the kdb environment.

Returns:

  • (String)


1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1139

class CreateKxEnvironmentResponse < Struct.new(
  :name,
  :status,
  :environment_id,
  :description,
  :environment_arn,
  :kms_key_id,
  :creation_timestamp)
  SENSITIVE = []
  include Aws::Structure
end