Class: Aws::Types::DataSetSummary
- Inherits:
-
Object
- Object
- Aws::Types::DataSetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#column_level_permission_rules_applied ⇒ Boolean
Returns the value of attribute column_level_permission_rules_applied.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#import_mode ⇒ "SPICE", "DIRECT_QUERY"
Returns the value of attribute import_mode.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#row_level_permission_data_set ⇒ Types::RowLevelPermissionDataSet
Returns the value of attribute row_level_permission_data_set.
-
#row_level_permission_data_set_map ⇒ ::Hash[::String, Types::RowLevelPermissionDataSet]
Returns the value of attribute row_level_permission_data_set_map.
-
#row_level_permission_tag_configuration_applied ⇒ Boolean
Returns the value of attribute row_level_permission_tag_configuration_applied.
-
#use_as ⇒ "RLS_RULES"
Returns the value of attribute use_as.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3440 3441 3442 |
# File 'sig/types.rbs', line 3440 def arn @arn end |
#column_level_permission_rules_applied ⇒ Boolean
Returns the value of attribute column_level_permission_rules_applied.
3449 3450 3451 |
# File 'sig/types.rbs', line 3449 def @column_level_permission_rules_applied end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3443 3444 3445 |
# File 'sig/types.rbs', line 3443 def created_time @created_time end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
3441 3442 3443 |
# File 'sig/types.rbs', line 3441 def data_set_id @data_set_id end |
#import_mode ⇒ "SPICE", "DIRECT_QUERY"
Returns the value of attribute import_mode.
3445 3446 3447 |
# File 'sig/types.rbs', line 3445 def import_mode @import_mode end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
3444 3445 3446 |
# File 'sig/types.rbs', line 3444 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
3442 3443 3444 |
# File 'sig/types.rbs', line 3442 def name @name end |
#row_level_permission_data_set ⇒ Types::RowLevelPermissionDataSet
Returns the value of attribute row_level_permission_data_set.
3446 3447 3448 |
# File 'sig/types.rbs', line 3446 def @row_level_permission_data_set end |
#row_level_permission_data_set_map ⇒ ::Hash[::String, Types::RowLevelPermissionDataSet]
Returns the value of attribute row_level_permission_data_set_map.
3447 3448 3449 |
# File 'sig/types.rbs', line 3447 def @row_level_permission_data_set_map end |
#row_level_permission_tag_configuration_applied ⇒ Boolean
Returns the value of attribute row_level_permission_tag_configuration_applied.
3448 3449 3450 |
# File 'sig/types.rbs', line 3448 def @row_level_permission_tag_configuration_applied end |
#use_as ⇒ "RLS_RULES"
Returns the value of attribute use_as.
3450 3451 3452 |
# File 'sig/types.rbs', line 3450 def use_as @use_as end |