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)


5899
5900
5901
# File 'sig/types.rbs', line 5899

def catalog_id
  @catalog_id
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


5894
5895
5896
# File 'sig/types.rbs', line 5894

def creation_time
  @creation_time
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


5892
5893
5894
# File 'sig/types.rbs', line 5892

def database_name
  @database_name
end

#last_access_time::Time

Returns the value of attribute last_access_time.

Returns:

  • (::Time)


5895
5896
5897
# File 'sig/types.rbs', line 5895

def last_access_time
  @last_access_time
end

#last_analyzed_time::Time

Returns the value of attribute last_analyzed_time.

Returns:

  • (::Time)


5898
5899
5900
# File 'sig/types.rbs', line 5898

def last_analyzed_time
  @last_analyzed_time
end

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

Returns the value of attribute parameters.

Returns:

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


5897
5898
5899
# File 'sig/types.rbs', line 5897

def parameters
  @parameters
end

#storage_descriptorTypes::StorageDescriptor

Returns the value of attribute storage_descriptor.



5896
5897
5898
# File 'sig/types.rbs', line 5896

def storage_descriptor
  @storage_descriptor
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


5893
5894
5895
# File 'sig/types.rbs', line 5893

def table_name
  @table_name
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


5891
5892
5893
# File 'sig/types.rbs', line 5891

def values
  @values
end