Module: Aws::CustomerProfiles::Client::_CreateCalculatedAttributeDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateCalculatedAttributeDefinitionResponse]
- 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
- #filter ⇒ Types::Filter
- #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
162 |
# File 'sig/client.rbs', line 162
def attribute_details: () -> Types::AttributeDetails
|
#calculated_attribute_name ⇒ ::String
159 |
# File 'sig/client.rbs', line 159
def calculated_attribute_name: () -> ::String
|
#conditions ⇒ Types::Conditions
163 |
# File 'sig/client.rbs', line 163
def conditions: () -> Types::Conditions
|
#created_at ⇒ ::Time
166 |
# File 'sig/client.rbs', line 166
def created_at: () -> ::Time
|
#description ⇒ ::String
161 |
# File 'sig/client.rbs', line 161
def description: () -> ::String
|
#display_name ⇒ ::String
160 |
# File 'sig/client.rbs', line 160
def display_name: () -> ::String
|
#last_updated_at ⇒ ::Time
167 |
# File 'sig/client.rbs', line 167
def last_updated_at: () -> ::Time
|
#readiness ⇒ Types::Readiness
170 |
# File 'sig/client.rbs', line 170
def readiness: () -> Types::Readiness
|
#statistic ⇒ "FIRST_OCCURRENCE", ...
165 |
# File 'sig/client.rbs', line 165
def statistic: () -> ("FIRST_OCCURRENCE" | "LAST_OCCURRENCE" | "COUNT" | "SUM" | "MINIMUM" | "MAXIMUM" | "AVERAGE" | "MAX_OCCURRENCE" | "RECENT_OCCURRENCES")
|
#status ⇒ "PREPARING", ...
169 |
# File 'sig/client.rbs', line 169
def status: () -> ("PREPARING" | "IN_PROGRESS" | "COMPLETED" | "FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
171 |
# File 'sig/client.rbs', line 171
def tags: () -> ::Hash[::String, ::String]
|
#use_historical_data ⇒ Boolean
168 |
# File 'sig/client.rbs', line 168
def use_historical_data: () -> bool
|