Class: Aws::Types::DatasetParameter
- Inherits:
-
Object
- Object
- Aws::Types::DatasetParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_column ⇒ Boolean
Returns the value of attribute create_column.
-
#datetime_options ⇒ Types::DatetimeOptions
Returns the value of attribute datetime_options.
-
#filter ⇒ Types::FilterExpression
Returns the value of attribute filter.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "Datetime", ...
Returns the value of attribute type.
Instance Attribute Details
#create_column ⇒ Boolean
Returns the value of attribute create_column.
245 246 247 |
# File 'sig/types.rbs', line 245 def create_column @create_column end |
#datetime_options ⇒ Types::DatetimeOptions
Returns the value of attribute datetime_options.
244 245 246 |
# File 'sig/types.rbs', line 244 def @datetime_options end |
#filter ⇒ Types::FilterExpression
Returns the value of attribute filter.
246 247 248 |
# File 'sig/types.rbs', line 246 def filter @filter end |
#name ⇒ ::String
Returns the value of attribute name.
242 243 244 |
# File 'sig/types.rbs', line 242 def name @name end |
#type ⇒ "Datetime", ...
Returns the value of attribute type.
243 244 245 |
# File 'sig/types.rbs', line 243 def type @type end |