Class: Aws::Types::PartitionInput
- Inherits:
-
Object
- Object
- Aws::Types::PartitionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_access_time ⇒ ::Time
Returns the value of attribute last_access_time.
-
#last_analyzed_time ⇒ ::Time
Returns the value of attribute last_analyzed_time.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#storage_descriptor ⇒ Types::StorageDescriptor
Returns the value of attribute storage_descriptor.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#last_access_time ⇒ ::Time
Returns the value of attribute last_access_time.
5925 5926 5927 |
# File 'sig/types.rbs', line 5925 def last_access_time @last_access_time end |
#last_analyzed_time ⇒ ::Time
Returns the value of attribute last_analyzed_time.
5928 5929 5930 |
# File 'sig/types.rbs', line 5928 def last_analyzed_time @last_analyzed_time end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
5927 5928 5929 |
# File 'sig/types.rbs', line 5927 def parameters @parameters end |
#storage_descriptor ⇒ Types::StorageDescriptor
Returns the value of attribute storage_descriptor.
5926 5927 5928 |
# File 'sig/types.rbs', line 5926 def storage_descriptor @storage_descriptor end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
5924 5925 5926 |
# File 'sig/types.rbs', line 5924 def values @values end |