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.
347 348 349 350 351 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 347 class Comment < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |