Class: Aws::Types::CreateKxDatabaseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def client_token
  @client_token
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def database_name
  @database_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def description
  @description
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def environment_id
  @environment_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


148
149
150
# File 'sig/types.rbs', line 148

def tags
  @tags
end