Class: Aws::Types::TableMember
- Inherits:
-
Object
- Object
- Aws::Types::TableMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schema ⇒ ::String
Returns the value of attribute schema.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
421 422 423 |
# File 'sig/types.rbs', line 421 def name @name end |
#schema ⇒ ::String
Returns the value of attribute schema.
423 424 425 |
# File 'sig/types.rbs', line 423 def schema @schema end |
#type ⇒ ::String
Returns the value of attribute type.
422 423 424 |
# File 'sig/types.rbs', line 422 def type @type end |