Class: Aws::Keyspaces::Types::Comment
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::Comment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-keyspaces/types.rb
Overview
An optional comment that describes the table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
An optional description of the table.
Instance Attribute Details
#message ⇒ String
An optional description of the table.
438 439 440 441 442 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 438 class Comment < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |