Class: Aws::Types::ResolveCustomerResult
- Inherits:
-
Object
- Object
- Aws::Types::ResolveCustomerResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_aws_account_id ⇒ ::String
Returns the value of attribute customer_aws_account_id.
-
#customer_identifier ⇒ ::String
Returns the value of attribute customer_identifier.
-
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
-
#product_code ⇒ ::String
Returns the value of attribute product_code.
Instance Attribute Details
#customer_aws_account_id ⇒ ::String
Returns the value of attribute customer_aws_account_id.
145 146 147 |
# File 'sig/types.rbs', line 145 def customer_aws_account_id @customer_aws_account_id end |
#customer_identifier ⇒ ::String
Returns the value of attribute customer_identifier.
143 144 145 |
# File 'sig/types.rbs', line 143 def customer_identifier @customer_identifier end |
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
146 147 148 |
# File 'sig/types.rbs', line 146 def license_arn @license_arn end |
#product_code ⇒ ::String
Returns the value of attribute product_code.
144 145 146 |
# File 'sig/types.rbs', line 144 def product_code @product_code end |