Module: Aws::CustomerProfiles::Client::_UpdateCalculatedAttributeDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateCalculatedAttributeDefinitionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attribute_details ⇒ Types::AttributeDetails
- #calculated_attribute_name ⇒ ::String
- #conditions ⇒ Types::Conditions
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #display_name ⇒ ::String
- #last_updated_at ⇒ ::Time
- #readiness ⇒ Types::Readiness
- #statistic ⇒ "FIRST_OCCURRENCE", ...
- #status ⇒ "PREPARING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #use_historical_data ⇒ Boolean
Instance Method Details
#attribute_details ⇒ Types::AttributeDetails
1947 |
# File 'sig/client.rbs', line 1947 def attribute_details: () -> Types::AttributeDetails |
#calculated_attribute_name ⇒ ::String
1940 |
# File 'sig/client.rbs', line 1940 def calculated_attribute_name: () -> ::String |
#conditions ⇒ Types::Conditions
1946 |
# File 'sig/client.rbs', line 1946 def conditions: () -> Types::Conditions |
#created_at ⇒ ::Time
1943 |
# File 'sig/client.rbs', line 1943 def created_at: () -> ::Time |
#description ⇒ ::String
1942 |
# File 'sig/client.rbs', line 1942 def description: () -> ::String |
#display_name ⇒ ::String
1941 |
# File 'sig/client.rbs', line 1941 def display_name: () -> ::String |
#last_updated_at ⇒ ::Time
1944 |
# File 'sig/client.rbs', line 1944 def last_updated_at: () -> ::Time |
#readiness ⇒ Types::Readiness
1950 |
# File 'sig/client.rbs', line 1950 def readiness: () -> Types::Readiness |
#statistic ⇒ "FIRST_OCCURRENCE", ...
1945 |
# File 'sig/client.rbs', line 1945 def statistic: () -> ("FIRST_OCCURRENCE" | "LAST_OCCURRENCE" | "COUNT" | "SUM" | "MINIMUM" | "MAXIMUM" | "AVERAGE" | "MAX_OCCURRENCE" | "RECENT_OCCURRENCES") |
#status ⇒ "PREPARING", ...
1949 |
# File 'sig/client.rbs', line 1949 def status: () -> ("PREPARING" | "IN_PROGRESS" | "COMPLETED" | "FAILED") |
#tags ⇒ ::Hash[::String, ::String]
1951 |
# File 'sig/client.rbs', line 1951 def tags: () -> ::Hash[::String, ::String] |
#use_historical_data ⇒ Boolean
1948 |
# File 'sig/client.rbs', line 1948 def use_historical_data: () -> bool |