Class: Aws::Types::BatchGetPartitionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audit_contextTypes::AuditContext

Returns the value of attribute audit_context.

Returns:



389
390
391
# File 'sig/types.rbs', line 389

def audit_context
  @audit_context
end

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def database_name
  @database_name
end

#partitions_to_get::Array[Types::PartitionValueList]

Returns the value of attribute partitions_to_get.

Returns:



388
389
390
# File 'sig/types.rbs', line 388

def partitions_to_get
  @partitions_to_get
end

#query_session_contextTypes::QuerySessionContext

Returns the value of attribute query_session_context.



390
391
392
# File 'sig/types.rbs', line 390

def query_session_context
  @query_session_context
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def table_name
  @table_name
end