Module: Aws::MarketplaceMetering::Client::_ResolveCustomerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ResolveCustomerResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #customer_aws_account_id ⇒ ::String
- #customer_identifier ⇒ ::String
- #license_arn ⇒ ::String
- #product_code ⇒ ::String
Instance Method Details
#customer_aws_account_id ⇒ ::String
157 |
# File 'sig/client.rbs', line 157
def customer_aws_account_id: () -> ::String
|
#customer_identifier ⇒ ::String
155 |
# File 'sig/client.rbs', line 155
def customer_identifier: () -> ::String
|
#license_arn ⇒ ::String
158 |
# File 'sig/client.rbs', line 158
def license_arn: () -> ::String
|
#product_code ⇒ ::String
156 |
# File 'sig/client.rbs', line 156
def product_code: () -> ::String
|