Module: Aws::PartnerCentralRevenueMeasurement::Client::_GetRevenueAttributionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRevenueAttributionOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #catalog ⇒ "AWS", "Sandbox"
- #created_date ⇒ ::Time
- #description ⇒ ::String
- #effective_from ⇒ ::String
- #effective_until ⇒ ::String
- #id ⇒ ::String
- #last_modified_date ⇒ ::Time
- #latest_revision ⇒ ::String
- #marketplace_product ⇒ Types::MarketplaceProductSummary
- #name ⇒ ::String
- #revision ⇒ ::String
- #tenancy_model ⇒ "MULTI_TENANT", "SINGLE_TENANT"
- #total_active_revenue_attribution_allocation_count ⇒ ::Integer
- #total_revenue_attribution_allocation_count ⇒ ::Integer
Instance Method Details
#arn ⇒ ::String
205 |
# File 'sig/client.rbs', line 205
def arn: () -> ::String
|
#catalog ⇒ "AWS", "Sandbox"
207 |
# File 'sig/client.rbs', line 207
def catalog: () -> ("AWS" | "Sandbox")
|
#created_date ⇒ ::Time
212 |
# File 'sig/client.rbs', line 212
def created_date: () -> ::Time
|
#description ⇒ ::String
209 |
# File 'sig/client.rbs', line 209
def description: () -> ::String
|
#effective_from ⇒ ::String
216 |
# File 'sig/client.rbs', line 216
def effective_from: () -> ::String
|
#effective_until ⇒ ::String
217 |
# File 'sig/client.rbs', line 217
def effective_until: () -> ::String
|
#id ⇒ ::String
206 |
# File 'sig/client.rbs', line 206
def id: () -> ::String
|
#last_modified_date ⇒ ::Time
213 |
# File 'sig/client.rbs', line 213
def last_modified_date: () -> ::Time
|
#latest_revision ⇒ ::String
215 |
# File 'sig/client.rbs', line 215
def latest_revision: () -> ::String
|
#marketplace_product ⇒ Types::MarketplaceProductSummary
211 |
# File 'sig/client.rbs', line 211
def marketplace_product: () -> Types::MarketplaceProductSummary
|
#name ⇒ ::String
208 |
# File 'sig/client.rbs', line 208
def name: () -> ::String
|
#revision ⇒ ::String
214 |
# File 'sig/client.rbs', line 214
def revision: () -> ::String
|
#tenancy_model ⇒ "MULTI_TENANT", "SINGLE_TENANT"
210 |
# File 'sig/client.rbs', line 210
def tenancy_model: () -> ("MULTI_TENANT" | "SINGLE_TENANT")
|
#total_active_revenue_attribution_allocation_count ⇒ ::Integer
218 |
# File 'sig/client.rbs', line 218
def total_active_revenue_attribution_allocation_count: () -> ::Integer
|
#total_revenue_attribution_allocation_count ⇒ ::Integer
219 |
# File 'sig/client.rbs', line 219
def total_revenue_attribution_allocation_count: () -> ::Integer
|