Class: Aws::Types::ViewContent
- Inherits:
-
Object
- Object
- Aws::Types::ViewContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
-
#input_schema ⇒ ::String
Returns the value of attribute input_schema.
-
#template ⇒ ::String
Returns the value of attribute template.
Instance Attribute Details
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
9209 9210 9211 |
# File 'sig/types.rbs', line 9209 def actions @actions end |
#input_schema ⇒ ::String
Returns the value of attribute input_schema.
9207 9208 9209 |
# File 'sig/types.rbs', line 9207 def input_schema @input_schema end |
#template ⇒ ::String
Returns the value of attribute template.
9208 9209 9210 |
# File 'sig/types.rbs', line 9208 def template @template end |