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
1067 |
# File 'sig/client.rbs', line 1067
def created_at: () -> ::Time
|
#description ⇒ ::String
1069 |
# File 'sig/client.rbs', line 1069
def description: () -> ::String
|
#failure_reason ⇒ ::String
1070 |
# File 'sig/client.rbs', line 1070
def failure_reason: () -> ::String
|
#recommender_filter_expression ⇒ ::String
1065 |
# File 'sig/client.rbs', line 1065
def recommender_filter_expression: () -> ::String
|
#recommender_filter_name ⇒ ::String
1064 |
# File 'sig/client.rbs', line 1064
def recommender_filter_name: () -> ::String
|
#recommender_schema_name ⇒ ::String
1066 |
# File 'sig/client.rbs', line 1066
def recommender_schema_name: () -> ::String
|
#status ⇒ "ACTIVE", ...
1068 |
# File 'sig/client.rbs', line 1068
def status: () -> ("ACTIVE" | "PENDING" | "IN_PROGRESS" | "FAILED" | "DELETING")
|
#tags ⇒ ::Hash[::String, ::String]
1071 |
# File 'sig/client.rbs', line 1071
def tags: () -> ::Hash[::String, ::String]
|