Module: Aws::CustomerProfiles::Client::_GetRecommenderFilterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRecommenderFilterResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #failure_reason ⇒ ::String
- #recommender_filter_expression ⇒ ::String
- #recommender_filter_name ⇒ ::String
- #recommender_schema_name ⇒ ::String
- #status ⇒ "ACTIVE", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#created_at ⇒ ::Time
1035 |
# File 'sig/client.rbs', line 1035
def created_at: () -> ::Time
|
#description ⇒ ::String
1037 |
# File 'sig/client.rbs', line 1037
def description: () -> ::String
|
#failure_reason ⇒ ::String
1038 |
# File 'sig/client.rbs', line 1038
def failure_reason: () -> ::String
|
#recommender_filter_expression ⇒ ::String
1033 |
# File 'sig/client.rbs', line 1033
def recommender_filter_expression: () -> ::String
|
#recommender_filter_name ⇒ ::String
1032 |
# File 'sig/client.rbs', line 1032
def recommender_filter_name: () -> ::String
|
#recommender_schema_name ⇒ ::String
1034 |
# File 'sig/client.rbs', line 1034
def recommender_schema_name: () -> ::String
|
#status ⇒ "ACTIVE", ...
1036 |
# File 'sig/client.rbs', line 1036
def status: () -> ("ACTIVE" | "PENDING" | "IN_PROGRESS" | "FAILED" | "DELETING")
|
#tags ⇒ ::Hash[::String, ::String]
1039 |
# File 'sig/client.rbs', line 1039
def tags: () -> ::Hash[::String, ::String]
|