Module: Aws::Glue::Client::_GetUnfilteredTableMetadataResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetUnfilteredTableMetadataResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #authorized_columns ⇒ ::Array[::String]
- #cell_filters ⇒ ::Array[Types::ColumnRowFilter]
- #is_materialized_view ⇒ Boolean
- #is_multi_dialect_view ⇒ Boolean
- #is_protected ⇒ Boolean
- #is_registered_with_lake_formation ⇒ Boolean
- #permissions ⇒ ::Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS")]
- #query_authorization_id ⇒ ::String
- #resource_arn ⇒ ::String
- #row_filter ⇒ ::String
- #table ⇒ Types::Table
Instance Method Details
#authorized_columns ⇒ ::Array[::String]
2865 |
# File 'sig/client.rbs', line 2865
def authorized_columns: () -> ::Array[::String]
|
#cell_filters ⇒ ::Array[Types::ColumnRowFilter]
2867 |
# File 'sig/client.rbs', line 2867
def cell_filters: () -> ::Array[Types::ColumnRowFilter]
|
#is_materialized_view ⇒ Boolean
2870 |
# File 'sig/client.rbs', line 2870
def is_materialized_view: () -> bool
|
#is_multi_dialect_view ⇒ Boolean
2869 |
# File 'sig/client.rbs', line 2869
def is_multi_dialect_view: () -> bool
|
#is_protected ⇒ Boolean
2872 |
# File 'sig/client.rbs', line 2872
def is_protected: () -> bool
|
#is_registered_with_lake_formation ⇒ Boolean
2866 |
# File 'sig/client.rbs', line 2866
def is_registered_with_lake_formation: () -> bool
|
#permissions ⇒ ::Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS")]
2873 |
# File 'sig/client.rbs', line 2873
def permissions: () -> ::Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS")]
|
#query_authorization_id ⇒ ::String
2868 |
# File 'sig/client.rbs', line 2868
def query_authorization_id: () -> ::String
|
#resource_arn ⇒ ::String
2871 |
# File 'sig/client.rbs', line 2871
def resource_arn: () -> ::String
|
#row_filter ⇒ ::String
2874 |
# File 'sig/client.rbs', line 2874
def row_filter: () -> ::String
|