Class: Aws::Finspace::Types::UpdateKxDatabaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::UpdateKxDatabaseResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_name ⇒ String
The name of the kdb database.
-
#description ⇒ String
A description of the database.
-
#environment_id ⇒ String
A unique identifier for the kdb environment.
-
#last_modified_timestamp ⇒ Time
The last time that the database was modified.
Instance Attribute Details
#database_name ⇒ String
The name of the kdb database.
4971 4972 4973 4974 4975 4976 4977 4978 |
# File 'lib/aws-sdk-finspace/types.rb', line 4971 class UpdateKxDatabaseResponse < Struct.new( :database_name, :environment_id, :description, :last_modified_timestamp) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the database.
4971 4972 4973 4974 4975 4976 4977 4978 |
# File 'lib/aws-sdk-finspace/types.rb', line 4971 class UpdateKxDatabaseResponse < Struct.new( :database_name, :environment_id, :description, :last_modified_timestamp) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
A unique identifier for the kdb environment.
4971 4972 4973 4974 4975 4976 4977 4978 |
# File 'lib/aws-sdk-finspace/types.rb', line 4971 class UpdateKxDatabaseResponse < Struct.new( :database_name, :environment_id, :description, :last_modified_timestamp) SENSITIVE = [] include Aws::Structure end |
#last_modified_timestamp ⇒ Time
The last time that the database was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
4971 4972 4973 4974 4975 4976 4977 4978 |
# File 'lib/aws-sdk-finspace/types.rb', line 4971 class UpdateKxDatabaseResponse < Struct.new( :database_name, :environment_id, :description, :last_modified_timestamp) SENSITIVE = [] include Aws::Structure end |