Class: Aws::Types::GetPartitionsRequest

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:



3935
3936
3937
# File 'sig/types.rbs', line 3935

def audit_context
  @audit_context
end

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


3925
3926
3927
# File 'sig/types.rbs', line 3925

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


3926
3927
3928
# File 'sig/types.rbs', line 3926

def database_name
  @database_name
end

#exclude_column_schemaBoolean

Returns the value of attribute exclude_column_schema.

Returns:

  • (Boolean)


3932
3933
3934
# File 'sig/types.rbs', line 3932

def exclude_column_schema
  @exclude_column_schema
end

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


3928
3929
3930
# File 'sig/types.rbs', line 3928

def expression
  @expression
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3931
3932
3933
# File 'sig/types.rbs', line 3931

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3929
3930
3931
# File 'sig/types.rbs', line 3929

def next_token
  @next_token
end

#query_as_of_time::Time

Returns the value of attribute query_as_of_time.

Returns:

  • (::Time)


3934
3935
3936
# File 'sig/types.rbs', line 3934

def query_as_of_time
  @query_as_of_time
end

#segmentTypes::Segment

Returns the value of attribute segment.

Returns:



3930
3931
3932
# File 'sig/types.rbs', line 3930

def segment
  @segment
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


3927
3928
3929
# File 'sig/types.rbs', line 3927

def table_name
  @table_name
end

#transaction_id::String

Returns the value of attribute transaction_id.

Returns:

  • (::String)


3933
3934
3935
# File 'sig/types.rbs', line 3933

def transaction_id
  @transaction_id
end