Class: Aws::Types::CreateCalculatedAttributeDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateCalculatedAttributeDefinitionResponse
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#filter ⇒ Types::Filter
Returns the value of attribute filter.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#readiness ⇒ Types::Readiness
Returns the value of attribute readiness.
-
#statistic ⇒ "FIRST_OCCURRENCE", ...
Returns the value of attribute statistic.
-
#status ⇒ "PREPARING", ...
Returns the value of attribute status.
-
#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.
323 324 325 |
# File 'sig/types.rbs', line 323 def attribute_details @attribute_details end |
#calculated_attribute_name ⇒ ::String
Returns the value of attribute calculated_attribute_name.
320 321 322 |
# File 'sig/types.rbs', line 320 def calculated_attribute_name @calculated_attribute_name end |
#conditions ⇒ Types::Conditions
Returns the value of attribute conditions.
324 325 326 |
# File 'sig/types.rbs', line 324 def conditions @conditions end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
327 328 329 |
# File 'sig/types.rbs', line 327 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
322 323 324 |
# File 'sig/types.rbs', line 322 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
321 322 323 |
# File 'sig/types.rbs', line 321 def display_name @display_name end |
#filter ⇒ Types::Filter
Returns the value of attribute filter.
325 326 327 |
# File 'sig/types.rbs', line 325 def filter @filter end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
328 329 330 |
# File 'sig/types.rbs', line 328 def last_updated_at @last_updated_at end |
#readiness ⇒ Types::Readiness
Returns the value of attribute readiness.
331 332 333 |
# File 'sig/types.rbs', line 331 def readiness @readiness end |
#statistic ⇒ "FIRST_OCCURRENCE", ...
Returns the value of attribute statistic.
326 327 328 |
# File 'sig/types.rbs', line 326 def statistic @statistic end |
#status ⇒ "PREPARING", ...
Returns the value of attribute status.
330 331 332 |
# File 'sig/types.rbs', line 330 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
332 333 334 |
# File 'sig/types.rbs', line 332 def @tags end |
#use_historical_data ⇒ Boolean
Returns the value of attribute use_historical_data.
329 330 331 |
# File 'sig/types.rbs', line 329 def use_historical_data @use_historical_data end |