Class: Aws::Types::Resource
- Inherits:
-
Object
- Object
- Aws::Types::Resource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog ⇒ Types::CatalogResource
Returns the value of attribute catalog.
-
#data_cells_filter ⇒ Types::DataCellsFilterResource
Returns the value of attribute data_cells_filter.
-
#data_location ⇒ Types::DataLocationResource
Returns the value of attribute data_location.
-
#database ⇒ Types::DatabaseResource
Returns the value of attribute database.
-
#lf_tag ⇒ Types::LFTagKeyResource
Returns the value of attribute lf_tag.
-
#lf_tag_expression ⇒ Types::LFTagExpressionResource
Returns the value of attribute lf_tag_expression.
-
#lf_tag_policy ⇒ Types::LFTagPolicyResource
Returns the value of attribute lf_tag_policy.
-
#table ⇒ Types::TableResource
Returns the value of attribute table.
-
#table_with_columns ⇒ Types::TableWithColumnsResource
Returns the value of attribute table_with_columns.
Instance Attribute Details
#catalog ⇒ Types::CatalogResource
Returns the value of attribute catalog.
937 938 939 |
# File 'sig/types.rbs', line 937 def catalog @catalog end |
#data_cells_filter ⇒ Types::DataCellsFilterResource
Returns the value of attribute data_cells_filter.
942 943 944 |
# File 'sig/types.rbs', line 942 def data_cells_filter @data_cells_filter end |
#data_location ⇒ Types::DataLocationResource
Returns the value of attribute data_location.
941 942 943 |
# File 'sig/types.rbs', line 941 def data_location @data_location end |
#database ⇒ Types::DatabaseResource
Returns the value of attribute database.
938 939 940 |
# File 'sig/types.rbs', line 938 def database @database end |
#lf_tag ⇒ Types::LFTagKeyResource
Returns the value of attribute lf_tag.
943 944 945 |
# File 'sig/types.rbs', line 943 def lf_tag @lf_tag end |
#lf_tag_expression ⇒ Types::LFTagExpressionResource
Returns the value of attribute lf_tag_expression.
945 946 947 |
# File 'sig/types.rbs', line 945 def lf_tag_expression @lf_tag_expression end |
#lf_tag_policy ⇒ Types::LFTagPolicyResource
Returns the value of attribute lf_tag_policy.
944 945 946 |
# File 'sig/types.rbs', line 944 def lf_tag_policy @lf_tag_policy end |
#table ⇒ Types::TableResource
Returns the value of attribute table.
939 940 941 |
# File 'sig/types.rbs', line 939 def table @table end |
#table_with_columns ⇒ Types::TableWithColumnsResource
Returns the value of attribute table_with_columns.
940 941 942 |
# File 'sig/types.rbs', line 940 def table_with_columns @table_with_columns end |