Module: Aws::PartnerCentralRevenueMeasurement::Client::_GetMarketplaceRevenueShareResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMarketplaceRevenueShareOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #catalog ⇒ "AWS", "Sandbox"
- #created_date ⇒ ::Time
- #last_modified_date ⇒ ::Time
- #latest_revision ⇒ ::Integer
- #product_code ⇒ ::String
- #product_id ⇒ ::String
- #product_name ⇒ ::String
- #revision ⇒ ::Integer
- #total_active_marketplace_revenue_share_allocation_count ⇒ ::Integer
- #total_marketplace_revenue_share_allocation_count ⇒ ::Integer
Instance Method Details
#arn ⇒ ::String
161 |
# File 'sig/client.rbs', line 161
def arn: () -> ::String
|
#catalog ⇒ "AWS", "Sandbox"
162 |
# File 'sig/client.rbs', line 162
def catalog: () -> ("AWS" | "Sandbox")
|
#created_date ⇒ ::Time
165 |
# File 'sig/client.rbs', line 165
def created_date: () -> ::Time
|
#last_modified_date ⇒ ::Time
166 |
# File 'sig/client.rbs', line 166
def last_modified_date: () -> ::Time
|
#latest_revision ⇒ ::Integer
168 |
# File 'sig/client.rbs', line 168
def latest_revision: () -> ::Integer
|
#product_code ⇒ ::String
163 |
# File 'sig/client.rbs', line 163
def product_code: () -> ::String
|
#product_id ⇒ ::String
160 |
# File 'sig/client.rbs', line 160
def product_id: () -> ::String
|
#product_name ⇒ ::String
164 |
# File 'sig/client.rbs', line 164
def product_name: () -> ::String
|
#revision ⇒ ::Integer
167 |
# File 'sig/client.rbs', line 167
def revision: () -> ::Integer
|
#total_active_marketplace_revenue_share_allocation_count ⇒ ::Integer
169 |
# File 'sig/client.rbs', line 169
def total_active_marketplace_revenue_share_allocation_count: () -> ::Integer
|
#total_marketplace_revenue_share_allocation_count ⇒ ::Integer
170 |
# File 'sig/client.rbs', line 170
def total_marketplace_revenue_share_allocation_count: () -> ::Integer
|