Class: Aws::Types::SellerEngagement

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_type"LINK"

Returns the value of attribute content_type.

Returns:

  • ("LINK")


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.

Returns:

  • ("REQUEST_FOR_PRIVATE_OFFER", "REQUEST_FOR_DEMO")


827
828
829
# File 'sig/types.rbs', line 827

def engagement_type
  @engagement_type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


829
830
831
# File 'sig/types.rbs', line 829

def value
  @value
end