Module: Aws::Glue::Client::_GetUnfilteredPartitionMetadataResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetUnfilteredPartitionMetadataResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #authorized_columns ⇒ ::Array[::String]
- #is_registered_with_lake_formation ⇒ Boolean
- #partition ⇒ Types::Partition
Instance Method Details
#authorized_columns ⇒ ::Array[::String]
2776 |
# File 'sig/client.rbs', line 2776
def authorized_columns: () -> ::Array[::String]
|
#is_registered_with_lake_formation ⇒ Boolean
2777 |
# File 'sig/client.rbs', line 2777
def is_registered_with_lake_formation: () -> bool
|
#partition ⇒ Types::Partition
2775 |
# File 'sig/client.rbs', line 2775
def partition: () -> Types::Partition
|