Class: Aws::Types::UpdateKxDatabaseResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def database_name
  @database_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1105
1106
1107
# File 'sig/types.rbs', line 1105

def description
  @description
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


1104
1105
1106
# File 'sig/types.rbs', line 1104

def environment_id
  @environment_id
end

#last_modified_timestamp::Time

Returns the value of attribute last_modified_timestamp.

Returns:

  • (::Time)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def last_modified_timestamp
  @last_modified_timestamp
end