Class: Aws::Types::Partition
- Inherits:
-
Object
- Object
- Aws::Types::Partition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#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.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
5955 5956 5957 |
# File 'sig/types.rbs', line 5955 def catalog_id @catalog_id end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5950 5951 5952 |
# File 'sig/types.rbs', line 5950 def creation_time @creation_time end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
5948 5949 5950 |
# File 'sig/types.rbs', line 5948 def database_name @database_name end |
#last_access_time ⇒ ::Time
Returns the value of attribute last_access_time.
5951 5952 5953 |
# File 'sig/types.rbs', line 5951 def last_access_time @last_access_time end |
#last_analyzed_time ⇒ ::Time
Returns the value of attribute last_analyzed_time.
5954 5955 5956 |
# File 'sig/types.rbs', line 5954 def last_analyzed_time @last_analyzed_time end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
5953 5954 5955 |
# File 'sig/types.rbs', line 5953 def parameters @parameters end |
#storage_descriptor ⇒ Types::StorageDescriptor
Returns the value of attribute storage_descriptor.
5952 5953 5954 |
# File 'sig/types.rbs', line 5952 def storage_descriptor @storage_descriptor end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
5949 5950 5951 |
# File 'sig/types.rbs', line 5949 def table_name @table_name end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
5947 5948 5949 |
# File 'sig/types.rbs', line 5947 def values @values end |