Module: Aws::PartnerCentralRevenueMeasurement::Client::_UpdateMarketplaceRevenueShareAllocationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateMarketplaceRevenueShareAllocationOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_date ⇒ ::Time
- #effective_from ⇒ ::String
- #effective_until ⇒ ::String
- #last_modified_date ⇒ ::Time
- #latest_marketplace_revenue_share_revision ⇒ ::String
- #marketplace_revenue_share_allocation_id ⇒ ::String
- #product_id ⇒ ::String
- #product_name ⇒ ::String
- #revenue_share_percent ⇒ ::String
- #status ⇒ "ACTIVE", "INACTIVE"
Instance Method Details
#arn ⇒ ::String
423 |
# File 'sig/client.rbs', line 423
def arn: () -> ::String
|
#created_date ⇒ ::Time
428 |
# File 'sig/client.rbs', line 428
def created_date: () -> ::Time
|
#effective_from ⇒ ::String
424 |
# File 'sig/client.rbs', line 424
def effective_from: () -> ::String
|
#effective_until ⇒ ::String
425 |
# File 'sig/client.rbs', line 425
def effective_until: () -> ::String
|
#last_modified_date ⇒ ::Time
429 |
# File 'sig/client.rbs', line 429
def last_modified_date: () -> ::Time
|
#latest_marketplace_revenue_share_revision ⇒ ::String
430 |
# File 'sig/client.rbs', line 430
def latest_marketplace_revenue_share_revision: () -> ::String
|
#marketplace_revenue_share_allocation_id ⇒ ::String
420 |
# File 'sig/client.rbs', line 420
def marketplace_revenue_share_allocation_id: () -> ::String
|
#product_id ⇒ ::String
421 |
# File 'sig/client.rbs', line 421
def product_id: () -> ::String
|
#product_name ⇒ ::String
422 |
# File 'sig/client.rbs', line 422
def product_name: () -> ::String
|
#revenue_share_percent ⇒ ::String
426 |
# File 'sig/client.rbs', line 426
def revenue_share_percent: () -> ::String
|
#status ⇒ "ACTIVE", "INACTIVE"
427 |
# File 'sig/client.rbs', line 427
def status: () -> ("ACTIVE" | "INACTIVE")
|