Class: Aws::Types::TableInput
- Inherits:
-
Object
- Object
- Aws::Types::TableInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_access_time ⇒ ::Time
Returns the value of attribute last_access_time.
-
#last_analyzed_time ⇒ ::Time
Returns the value of attribute last_analyzed_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#partition_keys ⇒ ::Array[Types::Column]
Returns the value of attribute partition_keys.
-
#retention ⇒ ::Integer
Returns the value of attribute retention.
-
#storage_descriptor ⇒ Types::StorageDescriptor
Returns the value of attribute storage_descriptor.
-
#table_type ⇒ ::String
Returns the value of attribute table_type.
-
#target_table ⇒ Types::TableIdentifier
Returns the value of attribute target_table.
-
#view_definition ⇒ Types::ViewDefinitionInput
Returns the value of attribute view_definition.
-
#view_expanded_text ⇒ ::String
Returns the value of attribute view_expanded_text.
-
#view_original_text ⇒ ::String
Returns the value of attribute view_original_text.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
7521 7522 7523 |
# File 'sig/types.rbs', line 7521 def description @description end |
#last_access_time ⇒ ::Time
Returns the value of attribute last_access_time.
7523 7524 7525 |
# File 'sig/types.rbs', line 7523 def last_access_time @last_access_time end |
#last_analyzed_time ⇒ ::Time
Returns the value of attribute last_analyzed_time.
7524 7525 7526 |
# File 'sig/types.rbs', line 7524 def last_analyzed_time @last_analyzed_time end |
#name ⇒ ::String
Returns the value of attribute name.
7520 7521 7522 |
# File 'sig/types.rbs', line 7520 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
7522 7523 7524 |
# File 'sig/types.rbs', line 7522 def owner @owner end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
7531 7532 7533 |
# File 'sig/types.rbs', line 7531 def parameters @parameters end |
#partition_keys ⇒ ::Array[Types::Column]
Returns the value of attribute partition_keys.
7527 7528 7529 |
# File 'sig/types.rbs', line 7527 def partition_keys @partition_keys end |
#retention ⇒ ::Integer
Returns the value of attribute retention.
7525 7526 7527 |
# File 'sig/types.rbs', line 7525 def retention @retention end |
#storage_descriptor ⇒ Types::StorageDescriptor
Returns the value of attribute storage_descriptor.
7526 7527 7528 |
# File 'sig/types.rbs', line 7526 def storage_descriptor @storage_descriptor end |
#table_type ⇒ ::String
Returns the value of attribute table_type.
7530 7531 7532 |
# File 'sig/types.rbs', line 7530 def table_type @table_type end |
#target_table ⇒ Types::TableIdentifier
Returns the value of attribute target_table.
7532 7533 7534 |
# File 'sig/types.rbs', line 7532 def target_table @target_table end |
#view_definition ⇒ Types::ViewDefinitionInput
Returns the value of attribute view_definition.
7533 7534 7535 |
# File 'sig/types.rbs', line 7533 def view_definition @view_definition end |
#view_expanded_text ⇒ ::String
Returns the value of attribute view_expanded_text.
7529 7530 7531 |
# File 'sig/types.rbs', line 7529 def @view_expanded_text end |
#view_original_text ⇒ ::String
Returns the value of attribute view_original_text.
7528 7529 7530 |
# File 'sig/types.rbs', line 7528 def view_original_text @view_original_text end |