Module: Aws::KendraRanking::Client::_DescribeRescoreExecutionPlanResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeRescoreExecutionPlanResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #capacity_units ⇒ Types::CapacityUnitsConfiguration
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #error_message ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
113 |
# File 'sig/client.rbs', line 113
def arn: () -> ::String
|
#capacity_units ⇒ Types::CapacityUnitsConfiguration
116 |
# File 'sig/client.rbs', line 116
def capacity_units: () -> Types::CapacityUnitsConfiguration
|
#created_at ⇒ ::Time
117 |
# File 'sig/client.rbs', line 117
def created_at: () -> ::Time
|
#description ⇒ ::String
115 |
# File 'sig/client.rbs', line 115
def description: () -> ::String
|
#error_message ⇒ ::String
120 |
# File 'sig/client.rbs', line 120
def error_message: () -> ::String
|
#id ⇒ ::String
112 |
# File 'sig/client.rbs', line 112
def id: () -> ::String
|
#name ⇒ ::String
114 |
# File 'sig/client.rbs', line 114
def name: () -> ::String
|
#status ⇒ "CREATING", ...
119 |
# File 'sig/client.rbs', line 119
def status: () -> ("CREATING" | "UPDATING" | "ACTIVE" | "DELETING" | "FAILED")
|
#updated_at ⇒ ::Time
118 |
# File 'sig/client.rbs', line 118
def updated_at: () -> ::Time
|