Class: Aws::Types::NoteTemplateSettingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::NoteTemplateSettingsResponse
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CustomTemplate, ManagedTemplate, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_template ⇒ Types::CustomTemplateResponse
Returns the value of attribute custom_template.
-
#managed_template ⇒ Types::ManagedTemplateResponse
Returns the value of attribute managed_template.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#custom_template ⇒ Types::CustomTemplateResponse
Returns the value of attribute custom_template.
392 393 394 |
# File 'sig/types.rbs', line 392 def custom_template @custom_template end |
#managed_template ⇒ Types::ManagedTemplateResponse
Returns the value of attribute managed_template.
391 392 393 |
# File 'sig/types.rbs', line 391 def managed_template @managed_template end |
#unknown ⇒ Object
Returns the value of attribute unknown.
393 394 395 |
# File 'sig/types.rbs', line 393 def unknown @unknown end |