Class: Aws::Types::CreateKxDatabaseResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:



158
159
160
# File 'sig/types.rbs', line 158

def created_timestamp
  @created_timestamp
end

#database_arn::String

Returns the value of attribute database_arn.

Returns:



155
156
157
# File 'sig/types.rbs', line 155

def database_arn
  @database_arn
end

#database_name::String

Returns the value of attribute database_name.

Returns:



154
155
156
# File 'sig/types.rbs', line 154

def database_name
  @database_name
end

#description::String

Returns the value of attribute description.

Returns:



157
158
159
# File 'sig/types.rbs', line 157

def description
  @description
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:



156
157
158
# File 'sig/types.rbs', line 156

def environment_id
  @environment_id
end

#last_modified_timestamp::Time

Returns the value of attribute last_modified_timestamp.

Returns:



159
160
161
# File 'sig/types.rbs', line 159

def last_modified_timestamp
  @last_modified_timestamp
end