Class: Aws::Types::SellerEngagement
- Inherits:
-
Object
- Object
- Aws::Types::SellerEngagement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ "LINK"
Returns the value of attribute content_type.
-
#engagement_type ⇒ "REQUEST_FOR_PRIVATE_OFFER", "REQUEST_FOR_DEMO"
Returns the value of attribute engagement_type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#content_type ⇒ "LINK"
Returns the value of attribute content_type.
828 829 830 |
# File 'sig/types.rbs', line 828 def content_type @content_type end |
#engagement_type ⇒ "REQUEST_FOR_PRIVATE_OFFER", "REQUEST_FOR_DEMO"
Returns the value of attribute engagement_type.
827 828 829 |
# File 'sig/types.rbs', line 827 def engagement_type @engagement_type end |
#value ⇒ ::String
Returns the value of attribute value.
829 830 831 |
# File 'sig/types.rbs', line 829 def value @value end |