Class: Aws::Types::EndpointSendConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#body_override::String

Returns the value of attribute body_override.

Returns:

  • (::String)


1147
1148
1149
# File 'sig/types.rbs', line 1147

def body_override
  @body_override
end

#context::Hash[::String, ::String]

Returns the value of attribute context.

Returns:

  • (::Hash[::String, ::String])


1148
1149
1150
# File 'sig/types.rbs', line 1148

def context
  @context
end

#raw_content::String

Returns the value of attribute raw_content.

Returns:

  • (::String)


1149
1150
1151
# File 'sig/types.rbs', line 1149

def raw_content
  @raw_content
end

#substitutions::Hash[::String, ::Array[::String]]

Returns the value of attribute substitutions.

Returns:

  • (::Hash[::String, ::Array[::String]])


1150
1151
1152
# File 'sig/types.rbs', line 1150

def substitutions
  @substitutions
end

#title_override::String

Returns the value of attribute title_override.

Returns:

  • (::String)


1151
1152
1153
# File 'sig/types.rbs', line 1151

def title_override
  @title_override
end