Class: Aws::Types::CreateCalculatedAttributeDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCalculatedAttributeDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_details ⇒ Types::AttributeDetails
Returns the value of attribute attribute_details.
-
#calculated_attribute_name ⇒ ::String
Returns the value of attribute calculated_attribute_name.
-
#conditions ⇒ Types::Conditions
Returns the value of attribute conditions.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#filter ⇒ Types::Filter
Returns the value of attribute filter.
-
#statistic ⇒ "FIRST_OCCURRENCE", ...
Returns the value of attribute statistic.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#use_historical_data ⇒ Boolean
Returns the value of attribute use_historical_data.
Instance Attribute Details
#attribute_details ⇒ Types::AttributeDetails
Returns the value of attribute attribute_details.
310 311 312 |
# File 'sig/types.rbs', line 310 def attribute_details @attribute_details end |
#calculated_attribute_name ⇒ ::String
Returns the value of attribute calculated_attribute_name.
307 308 309 |
# File 'sig/types.rbs', line 307 def calculated_attribute_name @calculated_attribute_name end |
#conditions ⇒ Types::Conditions
Returns the value of attribute conditions.
311 312 313 |
# File 'sig/types.rbs', line 311 def conditions @conditions end |
#description ⇒ ::String
Returns the value of attribute description.
309 310 311 |
# File 'sig/types.rbs', line 309 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
308 309 310 |
# File 'sig/types.rbs', line 308 def display_name @display_name end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
306 307 308 |
# File 'sig/types.rbs', line 306 def domain_name @domain_name end |
#filter ⇒ Types::Filter
Returns the value of attribute filter.
312 313 314 |
# File 'sig/types.rbs', line 312 def filter @filter end |
#statistic ⇒ "FIRST_OCCURRENCE", ...
Returns the value of attribute statistic.
313 314 315 |
# File 'sig/types.rbs', line 313 def statistic @statistic end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
315 316 317 |
# File 'sig/types.rbs', line 315 def @tags end |
#use_historical_data ⇒ Boolean
Returns the value of attribute use_historical_data.
314 315 316 |
# File 'sig/types.rbs', line 314 def use_historical_data @use_historical_data end |