Class: Aws::Types::Table

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def arn
  @arn
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


418
419
420
# File 'sig/types.rbs', line 418

def creation_time
  @creation_time
end

#database_name ⇒ ::String

Returns the value of attribute database_name.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def database_name
  @database_name
end

#last_updated_time ⇒ ::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


419
420
421
# File 'sig/types.rbs', line 419

def last_updated_time
  @last_updated_time
end

#magnetic_store_write_properties ⇒ Types::MagneticStoreWriteProperties

Returns the value of attribute magnetic_store_write_properties.



420
421
422
# File 'sig/types.rbs', line 420

def magnetic_store_write_properties
  @magnetic_store_write_properties
end

#retention_properties ⇒ Types::RetentionProperties

Returns the value of attribute retention_properties.



417
418
419
# File 'sig/types.rbs', line 417

def retention_properties
  @retention_properties
end

#schema ⇒ Types::Schema

Returns the value of attribute schema.

Returns:



421
422
423
# File 'sig/types.rbs', line 421

def schema
  @schema
end

#table_name ⇒ ::String

Returns the value of attribute table_name.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def table_name
  @table_name
end

#table_status ⇒ "ACTIVE", ...

Returns the value of attribute table_status.

Returns:

  • ("ACTIVE", "DELETING", "RESTORING")


416
417
418
# File 'sig/types.rbs', line 416

def table_status
  @table_status
end