Module: Aws::PartnerCentralBenefits::Client::_GetBenefitApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBenefitApplicationOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #associated_resources ⇒ ::Array[::String]
- #benefit_application_details ⇒ Object
- #benefit_id ⇒ ::String
- #catalog ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #file_details ⇒ ::Array[Types::FileDetail]
- #fulfillment_types ⇒ ::Array[("CREDITS" | "CASH" | "ACCESS")]
- #id ⇒ ::String
- #name ⇒ ::String
- #partner_contacts ⇒ ::Array[Types::Contact]
- #programs ⇒ ::Array[::String]
- #revision ⇒ ::String
- #stage ⇒ ::String
- #status ⇒ "PENDING_SUBMISSION", ...
- #status_reason ⇒ ::String
- #status_reason_code ⇒ ::String
- #status_reason_codes ⇒ ::Array[::String]
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
230 |
# File 'sig/client.rbs', line 230
def arn: () -> ::String
|
#associated_resources ⇒ ::Array[::String]
246 |
# File 'sig/client.rbs', line 246
def associated_resources: () -> ::Array[::String]
|
#benefit_application_details ⇒ Object
236 |
# File 'sig/client.rbs', line 236
def benefit_application_details: () -> untyped
|
#benefit_id ⇒ ::String
232 |
# File 'sig/client.rbs', line 232
def benefit_id: () -> ::String
|
#catalog ⇒ ::String
231 |
# File 'sig/client.rbs', line 231
def catalog: () -> ::String
|
#created_at ⇒ ::Time
243 |
# File 'sig/client.rbs', line 243
def created_at: () -> ::Time
|
#description ⇒ ::String
234 |
# File 'sig/client.rbs', line 234
def description: () -> ::String
|
#file_details ⇒ ::Array[Types::FileDetail]
248 |
# File 'sig/client.rbs', line 248
def file_details: () -> ::Array[Types::FileDetail]
|
#fulfillment_types ⇒ ::Array[("CREDITS" | "CASH" | "ACCESS")]
235 |
# File 'sig/client.rbs', line 235
def fulfillment_types: () -> ::Array[("CREDITS" | "CASH" | "ACCESS")]
|
#id ⇒ ::String
229 |
# File 'sig/client.rbs', line 229
def id: () -> ::String
|
#name ⇒ ::String
233 |
# File 'sig/client.rbs', line 233
def name: () -> ::String
|
#partner_contacts ⇒ ::Array[Types::Contact]
247 |
# File 'sig/client.rbs', line 247
def partner_contacts: () -> ::Array[Types::Contact]
|
#programs ⇒ ::Array[::String]
237 |
# File 'sig/client.rbs', line 237
def programs: () -> ::Array[::String]
|
#revision ⇒ ::String
245 |
# File 'sig/client.rbs', line 245
def revision: () -> ::String
|
#stage ⇒ ::String
239 |
# File 'sig/client.rbs', line 239
def stage: () -> ::String
|
#status ⇒ "PENDING_SUBMISSION", ...
238 |
# File 'sig/client.rbs', line 238
def status: () -> ("PENDING_SUBMISSION" | "IN_REVIEW" | "ACTION_REQUIRED" | "APPROVED" | "REJECTED" | "CANCELED")
|
#status_reason ⇒ ::String
240 |
# File 'sig/client.rbs', line 240
def status_reason: () -> ::String
|
#status_reason_code ⇒ ::String
241 |
# File 'sig/client.rbs', line 241
def status_reason_code: () -> ::String
|
#status_reason_codes ⇒ ::Array[::String]
242 |
# File 'sig/client.rbs', line 242
def status_reason_codes: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
244 |
# File 'sig/client.rbs', line 244
def updated_at: () -> ::Time
|