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.
2837 2838 2839 |
# File 'sig/types.rbs', line 2837 def attribute_details @attribute_details end |
#calculated_attribute_name ⇒ ::String
Returns the value of attribute calculated_attribute_name.
2830 2831 2832 |
# File 'sig/types.rbs', line 2830 def calculated_attribute_name @calculated_attribute_name end |
#conditions ⇒ Types::Conditions
Returns the value of attribute conditions.
2836 2837 2838 |
# File 'sig/types.rbs', line 2836 def conditions @conditions end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2833 2834 2835 |
# File 'sig/types.rbs', line 2833 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2832 2833 2834 |
# File 'sig/types.rbs', line 2832 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2831 2832 2833 |
# File 'sig/types.rbs', line 2831 def display_name @display_name end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2834 2835 2836 |
# File 'sig/types.rbs', line 2834 def last_updated_at @last_updated_at end |
#readiness ⇒ Types::Readiness
Returns the value of attribute readiness.
2840 2841 2842 |
# File 'sig/types.rbs', line 2840 def readiness @readiness end |
#statistic ⇒ "FIRST_OCCURRENCE", ...
Returns the value of attribute statistic.
2835 2836 2837 |
# File 'sig/types.rbs', line 2835 def statistic @statistic end |
#status ⇒ "PREPARING", ...
Returns the value of attribute status.
2839 2840 2841 |
# File 'sig/types.rbs', line 2839 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2841 2842 2843 |
# File 'sig/types.rbs', line 2841 def @tags end |
#use_historical_data ⇒ Boolean
Returns the value of attribute use_historical_data.
2838 2839 2840 |
# File 'sig/types.rbs', line 2838 def use_historical_data @use_historical_data end |