Module: Aws::PartnerCentralRevenueMeasurement::Client::_GetRevenueAttributionAllocationsTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRevenueAttributionAllocationsTaskOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #catalog ⇒ "AWS", "Sandbox"
- #description ⇒ ::String
- #ended_at ⇒ ::Time
- #error_detail_list ⇒ ::Array[Types::RevenueAttributionAllocationErrorDetail]
- #revenue_attribution_arn ⇒ ::String
- #revenue_attribution_latest_revision ⇒ ::String
- #started_at ⇒ ::Time
- #status ⇒ "IN_PROGRESS", ...
- #task_id ⇒ ::String
- #total_revenue_attribution_allocation_records ⇒ ::Integer
Instance Method Details
#catalog ⇒ "AWS", "Sandbox"
259 |
# File 'sig/client.rbs', line 259
def catalog: () -> ("AWS" | "Sandbox")
|
#description ⇒ ::String
264 |
# File 'sig/client.rbs', line 264
def description: () -> ::String
|
#ended_at ⇒ ::Time
262 |
# File 'sig/client.rbs', line 262
def ended_at: () -> ::Time
|
#error_detail_list ⇒ ::Array[Types::RevenueAttributionAllocationErrorDetail]
266 |
# File 'sig/client.rbs', line 266
def error_detail_list: () -> ::Array[Types::RevenueAttributionAllocationErrorDetail]
|
#revenue_attribution_arn ⇒ ::String
260 |
# File 'sig/client.rbs', line 260
def revenue_attribution_arn: () -> ::String
|
#revenue_attribution_latest_revision ⇒ ::String
265 |
# File 'sig/client.rbs', line 265
def revenue_attribution_latest_revision: () -> ::String
|
#started_at ⇒ ::Time
261 |
# File 'sig/client.rbs', line 261
def started_at: () -> ::Time
|
#status ⇒ "IN_PROGRESS", ...
258 |
# File 'sig/client.rbs', line 258
def status: () -> ("IN_PROGRESS" | "COMPLETE" | "FAILED")
|
#task_id ⇒ ::String
257 |
# File 'sig/client.rbs', line 257
def task_id: () -> ::String
|
#total_revenue_attribution_allocation_records ⇒ ::Integer
263 |
# File 'sig/client.rbs', line 263
def total_revenue_attribution_allocation_records: () -> ::Integer
|