Module: Aws::PartnerCentralRevenueMeasurement::Client::_CreateRevenueAttributionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateRevenueAttributionOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #description ⇒ ::String
- #id ⇒ ::String
- #marketplace_product ⇒ Types::MarketplaceProductSummary
- #name ⇒ ::String
- #revision ⇒ ::String
- #tenancy_model ⇒ "MULTI_TENANT", "SINGLE_TENANT"
Instance Method Details
#arn ⇒ ::String
134 |
# File 'sig/client.rbs', line 134
def arn: () -> ::String
|
#description ⇒ ::String
136 |
# File 'sig/client.rbs', line 136
def description: () -> ::String
|
#id ⇒ ::String
133 |
# File 'sig/client.rbs', line 133
def id: () -> ::String
|
#marketplace_product ⇒ Types::MarketplaceProductSummary
138 |
# File 'sig/client.rbs', line 138
def marketplace_product: () -> Types::MarketplaceProductSummary
|
#name ⇒ ::String
135 |
# File 'sig/client.rbs', line 135
def name: () -> ::String
|
#revision ⇒ ::String
139 |
# File 'sig/client.rbs', line 139
def revision: () -> ::String
|
#tenancy_model ⇒ "MULTI_TENANT", "SINGLE_TENANT"
137 |
# File 'sig/client.rbs', line 137
def tenancy_model: () -> ("MULTI_TENANT" | "SINGLE_TENANT")
|