Module: Aws::PartnerCentralBenefits::Client::_GetBenefitAllocationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBenefitAllocationOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #applicable_benefit_ids ⇒ ::Array[::String]
- #arn ⇒ ::String
- #benefit_application_id ⇒ ::String
- #benefit_id ⇒ ::String
- #catalog ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #expires_at ⇒ ::Time
- #fulfillment_detail ⇒ Types::FulfillmentDetails
- #fulfillment_type ⇒ "CREDITS", ...
- #id ⇒ ::String
- #name ⇒ ::String
- #starts_at ⇒ ::Time
- #status ⇒ "ACTIVE", ...
- #status_reason ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#applicable_benefit_ids ⇒ ::Array[::String]
213 |
# File 'sig/client.rbs', line 213
def applicable_benefit_ids: () -> ::Array[::String]
|
#arn ⇒ ::String
205 |
# File 'sig/client.rbs', line 205
def arn: () -> ::String
|
#benefit_application_id ⇒ ::String
210 |
# File 'sig/client.rbs', line 210
def benefit_application_id: () -> ::String
|
#benefit_id ⇒ ::String
211 |
# File 'sig/client.rbs', line 211
def benefit_id: () -> ::String
|
#catalog ⇒ ::String
204 |
# File 'sig/client.rbs', line 204
def catalog: () -> ::String
|
#created_at ⇒ ::Time
215 |
# File 'sig/client.rbs', line 215
def created_at: () -> ::Time
|
#description ⇒ ::String
207 |
# File 'sig/client.rbs', line 207
def description: () -> ::String
|
#expires_at ⇒ ::Time
218 |
# File 'sig/client.rbs', line 218
def expires_at: () -> ::Time
|
#fulfillment_detail ⇒ Types::FulfillmentDetails
214 |
# File 'sig/client.rbs', line 214
def fulfillment_detail: () -> Types::FulfillmentDetails
|
#fulfillment_type ⇒ "CREDITS", ...
212 |
# File 'sig/client.rbs', line 212
def fulfillment_type: () -> ("CREDITS" | "CASH" | "ACCESS")
|
#id ⇒ ::String
203 |
# File 'sig/client.rbs', line 203
def id: () -> ::String
|
#name ⇒ ::String
206 |
# File 'sig/client.rbs', line 206
def name: () -> ::String
|
#starts_at ⇒ ::Time
217 |
# File 'sig/client.rbs', line 217
def starts_at: () -> ::Time
|
#status ⇒ "ACTIVE", ...
208 |
# File 'sig/client.rbs', line 208
def status: () -> ("ACTIVE" | "INACTIVE" | "FULFILLED")
|
#status_reason ⇒ ::String
209 |
# File 'sig/client.rbs', line 209
def status_reason: () -> ::String
|
#updated_at ⇒ ::Time
216 |
# File 'sig/client.rbs', line 216
def updated_at: () -> ::Time
|