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:



393
394
395
# File 'sig/types.rbs', line 393

def audit_context
  @audit_context
end

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


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

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


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

def database_name
  @database_name
end

#partitions_to_get::Array[Types::PartitionValueList]

Returns the value of attribute partitions_to_get.

Returns:



392
393
394
# File 'sig/types.rbs', line 392

def partitions_to_get
  @partitions_to_get
end

#query_session_contextTypes::QuerySessionContext

Returns the value of attribute query_session_context.



394
395
396
# File 'sig/types.rbs', line 394

def query_session_context
  @query_session_context
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


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

def table_name
  @table_name
end