Class: Aws::Types::SellerInformation
- Inherits:
-
Object
- Object
- Aws::Types::SellerInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#seller_profile_id ⇒ ::String
Returns the value of attribute seller_profile_id.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
835 836 837 |
# File 'sig/types.rbs', line 835 def display_name @display_name end |
#seller_profile_id ⇒ ::String
Returns the value of attribute seller_profile_id.
834 835 836 |
# File 'sig/types.rbs', line 834 def seller_profile_id @seller_profile_id end |