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]
2875 |
# File 'sig/client.rbs', line 2875
def authorized_columns: () -> ::Array[::String]
|
#cell_filters ⇒ ::Array[Types::ColumnRowFilter]
2877 |
# File 'sig/client.rbs', line 2877
def cell_filters: () -> ::Array[Types::ColumnRowFilter]
|
#is_materialized_view ⇒ Boolean
2880 |
# File 'sig/client.rbs', line 2880
def is_materialized_view: () -> bool
|
#is_multi_dialect_view ⇒ Boolean
2879 |
# File 'sig/client.rbs', line 2879
def is_multi_dialect_view: () -> bool
|
#is_protected ⇒ Boolean
2882 |
# File 'sig/client.rbs', line 2882
def is_protected: () -> bool
|
#is_registered_with_lake_formation ⇒ Boolean
2876 |
# File 'sig/client.rbs', line 2876
def is_registered_with_lake_formation: () -> bool
|
#permissions ⇒ ::Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS")]
2883 |
# File 'sig/client.rbs', line 2883
def permissions: () -> ::Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS")]
|
#query_authorization_id ⇒ ::String
2878 |
# File 'sig/client.rbs', line 2878
def query_authorization_id: () -> ::String
|
#resource_arn ⇒ ::String
2881 |
# File 'sig/client.rbs', line 2881
def resource_arn: () -> ::String
|
#row_filter ⇒ ::String
2884 |
# File 'sig/client.rbs', line 2884
def row_filter: () -> ::String
|