Module: Aws::PartnerCentralBenefits::Client::_GetBenefitResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBenefitOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #benefit_request_schema ⇒ Object
- #catalog ⇒ ::String
- #description ⇒ ::String
- #fulfillment_types ⇒ ::Array[("CREDITS" | "CASH" | "ACCESS")]
- #id ⇒ ::String
- #name ⇒ ::String
- #programs ⇒ ::Array[::String]
- #status ⇒ "ACTIVE", "INACTIVE"
Instance Method Details
#arn ⇒ ::String
186 |
# File 'sig/client.rbs', line 186
def arn: () -> ::String
|
#benefit_request_schema ⇒ Object
191 |
# File 'sig/client.rbs', line 191
def benefit_request_schema: () -> untyped
|
#catalog ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def catalog: () -> ::String
|
#description ⇒ ::String
188 |
# File 'sig/client.rbs', line 188
def description: () -> ::String
|
#fulfillment_types ⇒ ::Array[("CREDITS" | "CASH" | "ACCESS")]
190 |
# File 'sig/client.rbs', line 190
def fulfillment_types: () -> ::Array[("CREDITS" | "CASH" | "ACCESS")]
|
#id ⇒ ::String
184 |
# File 'sig/client.rbs', line 184
def id: () -> ::String
|
#name ⇒ ::String
187 |
# File 'sig/client.rbs', line 187
def name: () -> ::String
|
#programs ⇒ ::Array[::String]
189 |
# File 'sig/client.rbs', line 189
def programs: () -> ::Array[::String]
|
#status ⇒ "ACTIVE", "INACTIVE"
192 |
# File 'sig/client.rbs', line 192
def status: () -> ("ACTIVE" | "INACTIVE")
|