Module: Aws::PartnerCentralRevenueMeasurement::Client::_GetRevenueAttributionAllocationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRevenueAttributionAllocationOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_date ⇒ ::Time
- #customer_aws_account_id ⇒ ::String
- #effective_from ⇒ ::String
- #effective_until ⇒ ::String
- #entity_identifier ⇒ ::String
- #entity_name ⇒ ::String
- #entity_type ⇒ "OFFER", "OPPORTUNITY"
- #last_modified_date ⇒ ::Time
- #revenue_attribution_allocation_id ⇒ ::String
- #revenue_attribution_identifier ⇒ ::String
- #revenue_attribution_latest_revision ⇒ ::String
- #revenue_attribution_revision ⇒ ::String
- #revenue_share_percent ⇒ ::String
- #status ⇒ "ACTIVE", "INACTIVE"
Instance Method Details
#created_date ⇒ ::Time
241 |
# File 'sig/client.rbs', line 241
def created_date: () -> ::Time
|
#customer_aws_account_id ⇒ ::String
236 |
# File 'sig/client.rbs', line 236
def customer_aws_account_id: () -> ::String
|
#effective_from ⇒ ::String
238 |
# File 'sig/client.rbs', line 238
def effective_from: () -> ::String
|
#effective_until ⇒ ::String
239 |
# File 'sig/client.rbs', line 239
def effective_until: () -> ::String
|
#entity_identifier ⇒ ::String
234 |
# File 'sig/client.rbs', line 234
def entity_identifier: () -> ::String
|
#entity_name ⇒ ::String
235 |
# File 'sig/client.rbs', line 235
def entity_name: () -> ::String
|
#entity_type ⇒ "OFFER", "OPPORTUNITY"
233 |
# File 'sig/client.rbs', line 233
def entity_type: () -> ("OFFER" | "OPPORTUNITY")
|
#last_modified_date ⇒ ::Time
242 |
# File 'sig/client.rbs', line 242
def last_modified_date: () -> ::Time
|
#revenue_attribution_allocation_id ⇒ ::String
231 |
# File 'sig/client.rbs', line 231
def revenue_attribution_allocation_id: () -> ::String
|
#revenue_attribution_identifier ⇒ ::String
232 |
# File 'sig/client.rbs', line 232
def revenue_attribution_identifier: () -> ::String
|
#revenue_attribution_latest_revision ⇒ ::String
244 |
# File 'sig/client.rbs', line 244
def revenue_attribution_latest_revision: () -> ::String
|
#revenue_attribution_revision ⇒ ::String
243 |
# File 'sig/client.rbs', line 243
def revenue_attribution_revision: () -> ::String
|
#revenue_share_percent ⇒ ::String
237 |
# File 'sig/client.rbs', line 237
def revenue_share_percent: () -> ::String
|
#status ⇒ "ACTIVE", "INACTIVE"
240 |
# File 'sig/client.rbs', line 240
def status: () -> ("ACTIVE" | "INACTIVE")
|