Class: Aws::Types::BatchDescribeDataTableValueRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_table_id::String

Returns the value of attribute data_table_id.

Returns:

  • (::String)


692
693
694
# File 'sig/types.rbs', line 692

def data_table_id
  @data_table_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


691
692
693
# File 'sig/types.rbs', line 691

def instance_id
  @instance_id
end

#values::Array[Types::DataTableValueIdentifier]

Returns the value of attribute values.

Returns:



693
694
695
# File 'sig/types.rbs', line 693

def values
  @values
end