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.
785 786 787 |
# File 'sig/types.rbs', line 785 def content_type @content_type end |
#engagement_type ⇒ "REQUEST_FOR_PRIVATE_OFFER", "REQUEST_FOR_DEMO"
Returns the value of attribute engagement_type.
784 785 786 |
# File 'sig/types.rbs', line 784 def engagement_type @engagement_type end |
#value ⇒ ::String
Returns the value of attribute value.
786 787 788 |
# File 'sig/types.rbs', line 786 def value @value end |