Class: Aws::Types::CreateTableRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database_name ⇒ ::String

Returns the value of attribute database_name.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def database_name
  @database_name
end

#magnetic_store_write_properties ⇒ Types::MagneticStoreWriteProperties

Returns the value of attribute magnetic_store_write_properties.



92
93
94
# File 'sig/types.rbs', line 92

def magnetic_store_write_properties
  @magnetic_store_write_properties
end

#retention_properties ⇒ Types::RetentionProperties

Returns the value of attribute retention_properties.



90
91
92
# File 'sig/types.rbs', line 90

def retention_properties
  @retention_properties
end

#schema ⇒ Types::Schema

Returns the value of attribute schema.

Returns:



93
94
95
# File 'sig/types.rbs', line 93

def schema
  @schema
end

#table_name ⇒ ::String

Returns the value of attribute table_name.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def table_name
  @table_name
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



91
92
93
# File 'sig/types.rbs', line 91

def tags
  @tags
end