Class: Aws::Types::GetPartitionRequest

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:



3915
3916
3917
# File 'sig/types.rbs', line 3915

def audit_context
  @audit_context
end

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


3911
3912
3913
# File 'sig/types.rbs', line 3911

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


3912
3913
3914
# File 'sig/types.rbs', line 3912

def database_name
  @database_name
end

#partition_values::Array[::String]

Returns the value of attribute partition_values.

Returns:

  • (::Array[::String])


3914
3915
3916
# File 'sig/types.rbs', line 3914

def partition_values
  @partition_values
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


3913
3914
3915
# File 'sig/types.rbs', line 3913

def table_name
  @table_name
end