Class: Aws::Types::PartitionInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_access_time::Time

Returns the value of attribute last_access_time.

Returns:

  • (::Time)


5944
5945
5946
# File 'sig/types.rbs', line 5944

def last_access_time
  @last_access_time
end

#last_analyzed_time::Time

Returns the value of attribute last_analyzed_time.

Returns:

  • (::Time)


5947
5948
5949
# File 'sig/types.rbs', line 5947

def last_analyzed_time
  @last_analyzed_time
end

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

Returns the value of attribute parameters.

Returns:

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


5946
5947
5948
# File 'sig/types.rbs', line 5946

def parameters
  @parameters
end

#storage_descriptorTypes::StorageDescriptor

Returns the value of attribute storage_descriptor.



5945
5946
5947
# File 'sig/types.rbs', line 5945

def storage_descriptor
  @storage_descriptor
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


5943
5944
5945
# File 'sig/types.rbs', line 5943

def values
  @values
end