Class: Aws::Types::GetCalculatedAttributeDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCalculatedAttributeDefinitionResponse
- 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.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def attribute_details @attribute_details end |
#calculated_attribute_name ⇒ ::String
Returns the value of attribute calculated_attribute_name.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def calculated_attribute_name @calculated_attribute_name end |
#conditions ⇒ Types::Conditions
Returns the value of attribute conditions.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def conditions @conditions end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def display_name @display_name end |
#filter ⇒ Types::Filter
Returns the value of attribute filter.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def filter @filter end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def last_updated_at @last_updated_at end |
#readiness ⇒ Types::Readiness
Returns the value of attribute readiness.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def readiness @readiness end |
#statistic ⇒ "FIRST_OCCURRENCE", ...
Returns the value of attribute statistic.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def statistic @statistic end |
#status ⇒ "PREPARING", ...
Returns the value of attribute status.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def @tags end |
#use_historical_data ⇒ Boolean
Returns the value of attribute use_historical_data.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def use_historical_data @use_historical_data end |