Module: Aws::PartnerCentralRevenueMeasurement::Client::_GetMarketplaceRevenueShareAllocationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMarketplaceRevenueShareAllocationOutput]
- 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
185 |
# File 'sig/client.rbs', line 185
def arn: () -> ::String
|
#created_date ⇒ ::Time
190 |
# File 'sig/client.rbs', line 190
def created_date: () -> ::Time
|
#effective_from ⇒ ::String
186 |
# File 'sig/client.rbs', line 186
def effective_from: () -> ::String
|
#effective_until ⇒ ::String
187 |
# File 'sig/client.rbs', line 187
def effective_until: () -> ::String
|
#last_modified_date ⇒ ::Time
191 |
# File 'sig/client.rbs', line 191
def last_modified_date: () -> ::Time
|
#latest_marketplace_revenue_share_revision ⇒ ::String
192 |
# File 'sig/client.rbs', line 192
def latest_marketplace_revenue_share_revision: () -> ::String
|
#marketplace_revenue_share_allocation_id ⇒ ::String
182 |
# File 'sig/client.rbs', line 182
def marketplace_revenue_share_allocation_id: () -> ::String
|
#product_id ⇒ ::String
183 |
# File 'sig/client.rbs', line 183
def product_id: () -> ::String
|
#product_name ⇒ ::String
184 |
# File 'sig/client.rbs', line 184
def product_name: () -> ::String
|
#revenue_share_percent ⇒ ::String
188 |
# File 'sig/client.rbs', line 188
def revenue_share_percent: () -> ::String
|
#status ⇒ "ACTIVE", "INACTIVE"
189 |
# File 'sig/client.rbs', line 189
def status: () -> ("ACTIVE" | "INACTIVE")
|