Class: Aws::Types::EndpointSendConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EndpointSendConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body_override ⇒ ::String
Returns the value of attribute body_override.
-
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
-
#raw_content ⇒ ::String
Returns the value of attribute raw_content.
-
#substitutions ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute substitutions.
-
#title_override ⇒ ::String
Returns the value of attribute title_override.
Instance Attribute Details
#body_override ⇒ ::String
Returns the value of attribute body_override.
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.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def context @context end |
#raw_content ⇒ ::String
Returns the value of attribute raw_content.
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.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def substitutions @substitutions end |
#title_override ⇒ ::String
Returns the value of attribute title_override.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def title_override @title_override end |