Class: Aws::Types::ListDataTableAttributesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_ids::Array[::String]

Returns the value of attribute attribute_ids.

Returns:

  • (::Array[::String])


4941
4942
4943
# File 'sig/types.rbs', line 4941

def attribute_ids
  @attribute_ids
end

#data_table_id::String

Returns the value of attribute data_table_id.

Returns:

  • (::String)


4940
4941
4942
# File 'sig/types.rbs', line 4940

def data_table_id
  @data_table_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


4939
4940
4941
# File 'sig/types.rbs', line 4939

def instance_id
  @instance_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4943
4944
4945
# File 'sig/types.rbs', line 4943

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4942
4943
4944
# File 'sig/types.rbs', line 4942

def next_token
  @next_token
end