Class: Aws::Types::DataTableAttribute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_id::String

Returns the value of attribute attribute_id.

Returns:

  • (::String)


2074
2075
2076
# File 'sig/types.rbs', line 2074

def attribute_id
  @attribute_id
end

#data_table_arn::String

Returns the value of attribute data_table_arn.

Returns:

  • (::String)


2079
2080
2081
# File 'sig/types.rbs', line 2079

def data_table_arn
  @data_table_arn
end

#data_table_id::String

Returns the value of attribute data_table_id.

Returns:

  • (::String)


2078
2079
2080
# File 'sig/types.rbs', line 2078

def data_table_id
  @data_table_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2077
2078
2079
# File 'sig/types.rbs', line 2077

def description
  @description
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


2084
2085
2086
# File 'sig/types.rbs', line 2084

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


2083
2084
2085
# File 'sig/types.rbs', line 2083

def last_modified_time
  @last_modified_time
end

#lock_versionTypes::DataTableLockVersion

Returns the value of attribute lock_version.



2082
2083
2084
# File 'sig/types.rbs', line 2082

def lock_version
  @lock_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2075
2076
2077
# File 'sig/types.rbs', line 2075

def name
  @name
end

#primaryBoolean

Returns the value of attribute primary.

Returns:

  • (Boolean)


2080
2081
2082
# File 'sig/types.rbs', line 2080

def primary
  @primary
end

#validationTypes::Validation

Returns the value of attribute validation.

Returns:



2085
2086
2087
# File 'sig/types.rbs', line 2085

def validation
  @validation
end

#value_type"TEXT", ...

Returns the value of attribute value_type.

Returns:

  • ("TEXT", "NUMBER", "BOOLEAN", "TEXT_LIST", "NUMBER_LIST")


2076
2077
2078
# File 'sig/types.rbs', line 2076

def value_type
  @value_type
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


2081
2082
2083
# File 'sig/types.rbs', line 2081

def version
  @version
end