Module: Aws::PartnerCentralRevenueMeasurement::Client::_CreateMarketplaceRevenueShareAllocationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateMarketplaceRevenueShareAllocationOutput]
- 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
111 |
# File 'sig/client.rbs', line 111
def arn: () -> ::String
|
#created_date ⇒ ::Time
116 |
# File 'sig/client.rbs', line 116
def created_date: () -> ::Time
|
#effective_from ⇒ ::String
112 |
# File 'sig/client.rbs', line 112
def effective_from: () -> ::String
|
#effective_until ⇒ ::String
113 |
# File 'sig/client.rbs', line 113
def effective_until: () -> ::String
|
#last_modified_date ⇒ ::Time
117 |
# File 'sig/client.rbs', line 117
def last_modified_date: () -> ::Time
|
#latest_marketplace_revenue_share_revision ⇒ ::String
118 |
# File 'sig/client.rbs', line 118
def latest_marketplace_revenue_share_revision: () -> ::String
|
#marketplace_revenue_share_allocation_id ⇒ ::String
108 |
# File 'sig/client.rbs', line 108
def marketplace_revenue_share_allocation_id: () -> ::String
|
#product_id ⇒ ::String
109 |
# File 'sig/client.rbs', line 109
def product_id: () -> ::String
|
#product_name ⇒ ::String
110 |
# File 'sig/client.rbs', line 110
def product_name: () -> ::String
|
#revenue_share_percent ⇒ ::String
114 |
# File 'sig/client.rbs', line 114
def revenue_share_percent: () -> ::String
|
#status ⇒ "ACTIVE", "INACTIVE"
115 |
# File 'sig/client.rbs', line 115
def status: () -> ("ACTIVE" | "INACTIVE")
|