Class: Aws::Types::Partition

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)


5918
5919
5920
# File 'sig/types.rbs', line 5918

def catalog_id
  @catalog_id
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


5913
5914
5915
# File 'sig/types.rbs', line 5913

def creation_time
  @creation_time
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


5911
5912
5913
# File 'sig/types.rbs', line 5911

def database_name
  @database_name
end

#last_access_time::Time

Returns the value of attribute last_access_time.

Returns:

  • (::Time)


5914
5915
5916
# File 'sig/types.rbs', line 5914

def last_access_time
  @last_access_time
end

#last_analyzed_time::Time

Returns the value of attribute last_analyzed_time.

Returns:

  • (::Time)


5917
5918
5919
# File 'sig/types.rbs', line 5917

def last_analyzed_time
  @last_analyzed_time
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::String])


5916
5917
5918
# File 'sig/types.rbs', line 5916

def parameters
  @parameters
end

#storage_descriptorTypes::StorageDescriptor

Returns the value of attribute storage_descriptor.



5915
5916
5917
# File 'sig/types.rbs', line 5915

def storage_descriptor
  @storage_descriptor
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


5912
5913
5914
# File 'sig/types.rbs', line 5912

def table_name
  @table_name
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


5910
5911
5912
# File 'sig/types.rbs', line 5910

def values
  @values
end