Class: Aws::Types::PurchaseOptionBadge
- Inherits:
-
Object
- Object
- Aws::Types::PurchaseOptionBadge
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#badge_type ⇒ "PRIVATE_PRICING", ...
Returns the value of attribute badge_type.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
Instance Attribute Details
#badge_type ⇒ "PRIVATE_PRICING", ...
Returns the value of attribute badge_type.
614 615 616 |
# File 'sig/types.rbs', line 614 def badge_type @badge_type end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
613 614 615 |
# File 'sig/types.rbs', line 613 def display_name @display_name end |