Class: Aws::Keyspaces::Types::Comment

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

Overview

An optional comment that describes the table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

An optional description of the table.

Returns:

  • (String)


347
348
349
350
351
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 347

class Comment < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end