Class: Aws::Types::UpdateCalculatedAttributeDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCalculatedAttributeDefinitionResponse
- 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.
-
#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.
2806 2807 2808 |
# File 'sig/types.rbs', line 2806 def attribute_details @attribute_details end |
#calculated_attribute_name ⇒ ::String
Returns the value of attribute calculated_attribute_name.
2799 2800 2801 |
# File 'sig/types.rbs', line 2799 def calculated_attribute_name @calculated_attribute_name end |
#conditions ⇒ Types::Conditions
Returns the value of attribute conditions.
2805 2806 2807 |
# File 'sig/types.rbs', line 2805 def conditions @conditions end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2802 2803 2804 |
# File 'sig/types.rbs', line 2802 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2801 2802 2803 |
# File 'sig/types.rbs', line 2801 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2800 2801 2802 |
# File 'sig/types.rbs', line 2800 def display_name @display_name end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2803 2804 2805 |
# File 'sig/types.rbs', line 2803 def last_updated_at @last_updated_at end |
#readiness ⇒ Types::Readiness
Returns the value of attribute readiness.
2809 2810 2811 |
# File 'sig/types.rbs', line 2809 def readiness @readiness end |
#statistic ⇒ "FIRST_OCCURRENCE", ...
Returns the value of attribute statistic.
2804 2805 2806 |
# File 'sig/types.rbs', line 2804 def statistic @statistic end |
#status ⇒ "PREPARING", ...
Returns the value of attribute status.
2808 2809 2810 |
# File 'sig/types.rbs', line 2808 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2810 2811 2812 |
# File 'sig/types.rbs', line 2810 def @tags end |
#use_historical_data ⇒ Boolean
Returns the value of attribute use_historical_data.
2807 2808 2809 |
# File 'sig/types.rbs', line 2807 def use_historical_data @use_historical_data end |