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
1811 |
# File 'sig/client.rbs', line 1811
def attribute_details: () -> Types::AttributeDetails
|
#calculated_attribute_name ⇒ ::String
1804 |
# File 'sig/client.rbs', line 1804
def calculated_attribute_name: () -> ::String
|
#conditions ⇒ Types::Conditions
1810 |
# File 'sig/client.rbs', line 1810
def conditions: () -> Types::Conditions
|
#created_at ⇒ ::Time
1807 |
# File 'sig/client.rbs', line 1807
def created_at: () -> ::Time
|
#description ⇒ ::String
1806 |
# File 'sig/client.rbs', line 1806
def description: () -> ::String
|
#display_name ⇒ ::String
1805 |
# File 'sig/client.rbs', line 1805
def display_name: () -> ::String
|
#last_updated_at ⇒ ::Time
1808 |
# File 'sig/client.rbs', line 1808
def last_updated_at: () -> ::Time
|
#readiness ⇒ Types::Readiness
1814 |
# File 'sig/client.rbs', line 1814
def readiness: () -> Types::Readiness
|
#statistic ⇒ "FIRST_OCCURRENCE", ...
1809 |
# File 'sig/client.rbs', line 1809
def statistic: () -> ("FIRST_OCCURRENCE" | "LAST_OCCURRENCE" | "COUNT" | "SUM" | "MINIMUM" | "MAXIMUM" | "AVERAGE" | "MAX_OCCURRENCE")
|
#status ⇒ "PREPARING", ...
1813 |
# File 'sig/client.rbs', line 1813
def status: () -> ("PREPARING" | "IN_PROGRESS" | "COMPLETED" | "FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
1815 |
# File 'sig/client.rbs', line 1815
def tags: () -> ::Hash[::String, ::String]
|
#use_historical_data ⇒ Boolean
1812 |
# File 'sig/client.rbs', line 1812
def use_historical_data: () -> bool
|