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]
2851 |
# File 'sig/client.rbs', line 2851
def authorized_columns: () -> ::Array[::String]
|
#cell_filters ⇒ ::Array[Types::ColumnRowFilter]
2853 |
# File 'sig/client.rbs', line 2853
def cell_filters: () -> ::Array[Types::ColumnRowFilter]
|
#is_materialized_view ⇒ Boolean
2856 |
# File 'sig/client.rbs', line 2856
def is_materialized_view: () -> bool
|
#is_multi_dialect_view ⇒ Boolean
2855 |
# File 'sig/client.rbs', line 2855
def is_multi_dialect_view: () -> bool
|
#is_protected ⇒ Boolean
2858 |
# File 'sig/client.rbs', line 2858
def is_protected: () -> bool
|
#is_registered_with_lake_formation ⇒ Boolean
2852 |
# File 'sig/client.rbs', line 2852
def is_registered_with_lake_formation: () -> bool
|
#permissions ⇒ ::Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS")]
2859 |
# File 'sig/client.rbs', line 2859
def permissions: () -> ::Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS")]
|
#query_authorization_id ⇒ ::String
2854 |
# File 'sig/client.rbs', line 2854
def query_authorization_id: () -> ::String
|
#resource_arn ⇒ ::String
2857 |
# File 'sig/client.rbs', line 2857
def resource_arn: () -> ::String
|
#row_filter ⇒ ::String
2860 |
# File 'sig/client.rbs', line 2860
def row_filter: () -> ::String
|