Class: Aws::Types::TableInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7553
7554
7555
# File 'sig/types.rbs', line 7553

def description
  @description
end

#last_access_time::Time

Returns the value of attribute last_access_time.

Returns:

  • (::Time)


7555
7556
7557
# File 'sig/types.rbs', line 7555

def last_access_time
  @last_access_time
end

#last_analyzed_time::Time

Returns the value of attribute last_analyzed_time.

Returns:

  • (::Time)


7556
7557
7558
# File 'sig/types.rbs', line 7556

def last_analyzed_time
  @last_analyzed_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7552
7553
7554
# File 'sig/types.rbs', line 7552

def name
  @name
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


7554
7555
7556
# File 'sig/types.rbs', line 7554

def owner
  @owner
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::String])


7563
7564
7565
# File 'sig/types.rbs', line 7563

def parameters
  @parameters
end

#partition_keys::Array[Types::Column]

Returns the value of attribute partition_keys.

Returns:



7559
7560
7561
# File 'sig/types.rbs', line 7559

def partition_keys
  @partition_keys
end

#retention::Integer

Returns the value of attribute retention.

Returns:

  • (::Integer)


7557
7558
7559
# File 'sig/types.rbs', line 7557

def retention
  @retention
end

#storage_descriptorTypes::StorageDescriptor

Returns the value of attribute storage_descriptor.



7558
7559
7560
# File 'sig/types.rbs', line 7558

def storage_descriptor
  @storage_descriptor
end

#table_type::String

Returns the value of attribute table_type.

Returns:

  • (::String)


7562
7563
7564
# File 'sig/types.rbs', line 7562

def table_type
  @table_type
end

#target_tableTypes::TableIdentifier

Returns the value of attribute target_table.



7564
7565
7566
# File 'sig/types.rbs', line 7564

def target_table
  @target_table
end

#view_definitionTypes::ViewDefinitionInput

Returns the value of attribute view_definition.



7565
7566
7567
# File 'sig/types.rbs', line 7565

def view_definition
  @view_definition
end

#view_expanded_text::String

Returns the value of attribute view_expanded_text.

Returns:

  • (::String)


7561
7562
7563
# File 'sig/types.rbs', line 7561

def view_expanded_text
  @view_expanded_text
end

#view_original_text::String

Returns the value of attribute view_original_text.

Returns:

  • (::String)


7560
7561
7562
# File 'sig/types.rbs', line 7560

def view_original_text
  @view_original_text
end