Module: Aws::PartnerCentralRevenueMeasurement::Client::_StartRevenueAttributionAllocationsTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartRevenueAttributionAllocationsTaskOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #catalog ⇒ "AWS", "Sandbox"
- #revenue_attribution_arn ⇒ ::String
- #started_at ⇒ ::Time
- #status ⇒ "IN_PROGRESS", ...
- #task_id ⇒ ::String
- #total_revenue_attribution_allocation_records ⇒ ::Integer
Instance Method Details
#catalog ⇒ "AWS", "Sandbox"
371 |
# File 'sig/client.rbs', line 371
def catalog: () -> ("AWS" | "Sandbox")
|
#revenue_attribution_arn ⇒ ::String
372 |
# File 'sig/client.rbs', line 372
def revenue_attribution_arn: () -> ::String
|
#started_at ⇒ ::Time
373 |
# File 'sig/client.rbs', line 373
def started_at: () -> ::Time
|
#status ⇒ "IN_PROGRESS", ...
370 |
# File 'sig/client.rbs', line 370
def status: () -> ("IN_PROGRESS" | "COMPLETE" | "FAILED")
|
#task_id ⇒ ::String
369 |
# File 'sig/client.rbs', line 369
def task_id: () -> ::String
|
#total_revenue_attribution_allocation_records ⇒ ::Integer
374 |
# File 'sig/client.rbs', line 374
def total_revenue_attribution_allocation_records: () -> ::Integer
|