Class: Aws::Types::GetTableObjectsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


525
526
527
# File 'sig/types.rbs', line 525

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


526
527
528
# File 'sig/types.rbs', line 526

def database_name
  @database_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


531
532
533
# File 'sig/types.rbs', line 531

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


532
533
534
# File 'sig/types.rbs', line 532

def next_token
  @next_token
end

#partition_predicate::String

Returns the value of attribute partition_predicate.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def partition_predicate
  @partition_predicate
end

#query_as_of_time::Time

Returns the value of attribute query_as_of_time.

Returns:

  • (::Time)


529
530
531
# File 'sig/types.rbs', line 529

def query_as_of_time
  @query_as_of_time
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


527
528
529
# File 'sig/types.rbs', line 527

def table_name
  @table_name
end

#transaction_id::String

Returns the value of attribute transaction_id.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def transaction_id
  @transaction_id
end