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])


5081
5082
5083
# File 'sig/types.rbs', line 5081

def attribute_ids
  @attribute_ids
end

#data_table_id::String

Returns the value of attribute data_table_id.

Returns:

  • (::String)


5080
5081
5082
# File 'sig/types.rbs', line 5080

def data_table_id
  @data_table_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


5079
5080
5081
# File 'sig/types.rbs', line 5079

def instance_id
  @instance_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


5083
5084
5085
# File 'sig/types.rbs', line 5083

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5082
5083
5084
# File 'sig/types.rbs', line 5082

def next_token
  @next_token
end