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")


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.

Returns:

  • ("REQUEST_FOR_PRIVATE_OFFER", "REQUEST_FOR_DEMO")


784
785
786
# File 'sig/types.rbs', line 784

def engagement_type
  @engagement_type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


786
787
788
# File 'sig/types.rbs', line 786

def value
  @value
end