Class: Aws::Types::ViewInputContent
- Inherits:
-
Object
- Object
- Aws::Types::ViewInputContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
-
#template ⇒ ::String
Returns the value of attribute template.
Instance Attribute Details
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
9215 9216 9217 |
# File 'sig/types.rbs', line 9215 def actions @actions end |
#template ⇒ ::String
Returns the value of attribute template.
9214 9215 9216 |
# File 'sig/types.rbs', line 9214 def template @template end |