Class: Aws::Types::Payload

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_expression ⇒ ::String

Returns the value of attribute content_expression.

Returns:

  • (::String)


608
609
610
# File 'sig/types.rbs', line 608

def content_expression
  @content_expression
end

#type ⇒ "STRING", "JSON"

Returns the value of attribute type.

Returns:

  • ("STRING", "JSON")


609
610
611
# File 'sig/types.rbs', line 609

def type
  @type
end