Class: Aws::Types::AddressConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AddressConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body_override ⇒ ::String
Returns the value of attribute body_override.
-
#channel_type ⇒ "PUSH", ...
Returns the value of attribute channel_type.
-
#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.
237 238 239 |
# File 'sig/types.rbs', line 237 def body_override @body_override end |
#channel_type ⇒ "PUSH", ...
Returns the value of attribute channel_type.
238 239 240 |
# File 'sig/types.rbs', line 238 def channel_type @channel_type end |
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
239 240 241 |
# File 'sig/types.rbs', line 239 def context @context end |
#raw_content ⇒ ::String
Returns the value of attribute raw_content.
240 241 242 |
# File 'sig/types.rbs', line 240 def raw_content @raw_content end |
#substitutions ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute substitutions.
241 242 243 |
# File 'sig/types.rbs', line 241 def substitutions @substitutions end |
#title_override ⇒ ::String
Returns the value of attribute title_override.
242 243 244 |
# File 'sig/types.rbs', line 242 def title_override @title_override end |