Module: Aws::CustomerProfiles::Client::_GetCalculatedAttributeDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCalculatedAttributeDefinitionResponse]
- 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
717 |
# File 'sig/client.rbs', line 717
def attribute_details: () -> Types::AttributeDetails
|
#calculated_attribute_name ⇒ ::String
709 |
# File 'sig/client.rbs', line 709
def calculated_attribute_name: () -> ::String
|
#conditions ⇒ Types::Conditions
716 |
# File 'sig/client.rbs', line 716
def conditions: () -> Types::Conditions
|
#created_at ⇒ ::Time
712 |
# File 'sig/client.rbs', line 712
def created_at: () -> ::Time
|
#description ⇒ ::String
711 |
# File 'sig/client.rbs', line 711
def description: () -> ::String
|
#display_name ⇒ ::String
710 |
# File 'sig/client.rbs', line 710
def display_name: () -> ::String
|
#last_updated_at ⇒ ::Time
713 |
# File 'sig/client.rbs', line 713
def last_updated_at: () -> ::Time
|
#readiness ⇒ Types::Readiness
720 |
# File 'sig/client.rbs', line 720
def readiness: () -> Types::Readiness
|
#statistic ⇒ "FIRST_OCCURRENCE", ...
714 |
# File 'sig/client.rbs', line 714
def statistic: () -> ("FIRST_OCCURRENCE" | "LAST_OCCURRENCE" | "COUNT" | "SUM" | "MINIMUM" | "MAXIMUM" | "AVERAGE" | "MAX_OCCURRENCE")
|
#status ⇒ "PREPARING", ...
719 |
# File 'sig/client.rbs', line 719
def status: () -> ("PREPARING" | "IN_PROGRESS" | "COMPLETED" | "FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
721 |
# File 'sig/client.rbs', line 721
def tags: () -> ::Hash[::String, ::String]
|
#use_historical_data ⇒ Boolean
718 |
# File 'sig/client.rbs', line 718
def use_historical_data: () -> bool
|