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]
2839 |
# File 'sig/client.rbs', line 2839
def authorized_columns: () -> ::Array[::String]
|
#cell_filters ⇒ ::Array[Types::ColumnRowFilter]
2841 |
# File 'sig/client.rbs', line 2841
def cell_filters: () -> ::Array[Types::ColumnRowFilter]
|
#is_materialized_view ⇒ Boolean
2844 |
# File 'sig/client.rbs', line 2844
def is_materialized_view: () -> bool
|
#is_multi_dialect_view ⇒ Boolean
2843 |
# File 'sig/client.rbs', line 2843
def is_multi_dialect_view: () -> bool
|
#is_protected ⇒ Boolean
2846 |
# File 'sig/client.rbs', line 2846
def is_protected: () -> bool
|
#is_registered_with_lake_formation ⇒ Boolean
2840 |
# File 'sig/client.rbs', line 2840
def is_registered_with_lake_formation: () -> bool
|
#permissions ⇒ ::Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS")]
2847 |
# File 'sig/client.rbs', line 2847
def permissions: () -> ::Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS")]
|
#query_authorization_id ⇒ ::String
2842 |
# File 'sig/client.rbs', line 2842
def query_authorization_id: () -> ::String
|
#resource_arn ⇒ ::String
2845 |
# File 'sig/client.rbs', line 2845
def resource_arn: () -> ::String
|
#row_filter ⇒ ::String
2848 |
# File 'sig/client.rbs', line 2848
def row_filter: () -> ::String
|