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.
3309 3310 3311 |
# File 'sig/types.rbs', line 3309 def arn @arn end |
#column_level_permission_rules_applied ⇒ Boolean
Returns the value of attribute column_level_permission_rules_applied.
3318 3319 3320 |
# File 'sig/types.rbs', line 3318 def @column_level_permission_rules_applied end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3312 3313 3314 |
# File 'sig/types.rbs', line 3312 def created_time @created_time end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
3310 3311 3312 |
# File 'sig/types.rbs', line 3310 def data_set_id @data_set_id end |
#import_mode ⇒ "SPICE", "DIRECT_QUERY"
Returns the value of attribute import_mode.
3314 3315 3316 |
# File 'sig/types.rbs', line 3314 def import_mode @import_mode end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
3313 3314 3315 |
# File 'sig/types.rbs', line 3313 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
3311 3312 3313 |
# File 'sig/types.rbs', line 3311 def name @name end |
#row_level_permission_data_set ⇒ Types::RowLevelPermissionDataSet
Returns the value of attribute row_level_permission_data_set.
3315 3316 3317 |
# File 'sig/types.rbs', line 3315 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.
3316 3317 3318 |
# File 'sig/types.rbs', line 3316 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.
3317 3318 3319 |
# File 'sig/types.rbs', line 3317 def @row_level_permission_tag_configuration_applied end |
#use_as ⇒ "RLS_RULES"
Returns the value of attribute use_as.
3319 3320 3321 |
# File 'sig/types.rbs', line 3319 def use_as @use_as end |