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)


5928
5929
5930
# File 'sig/types.rbs', line 5928

def catalog_id
  @catalog_id
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


5923
5924
5925
# File 'sig/types.rbs', line 5923

def creation_time
  @creation_time
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


5921
5922
5923
# File 'sig/types.rbs', line 5921

def database_name
  @database_name
end

#last_access_time::Time

Returns the value of attribute last_access_time.

Returns:

  • (::Time)


5924
5925
5926
# File 'sig/types.rbs', line 5924

def last_access_time
  @last_access_time
end

#last_analyzed_time::Time

Returns the value of attribute last_analyzed_time.

Returns:

  • (::Time)


5927
5928
5929
# File 'sig/types.rbs', line 5927

def last_analyzed_time
  @last_analyzed_time
end

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

Returns the value of attribute parameters.

Returns:

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


5926
5927
5928
# File 'sig/types.rbs', line 5926

def parameters
  @parameters
end

#storage_descriptorTypes::StorageDescriptor

Returns the value of attribute storage_descriptor.



5925
5926
5927
# File 'sig/types.rbs', line 5925

def storage_descriptor
  @storage_descriptor
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


5922
5923
5924
# File 'sig/types.rbs', line 5922

def table_name
  @table_name
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


5920
5921
5922
# File 'sig/types.rbs', line 5920

def values
  @values
end