Class: Aws::Types::ViewContent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[::String]

Returns the value of attribute actions.

Returns:



280
281
282
# File 'sig/types.rbs', line 280

def actions
  @actions
end

#input_schema::String

Returns the value of attribute input_schema.

Returns:



278
279
280
# File 'sig/types.rbs', line 278

def input_schema
  @input_schema
end

#template::String

Returns the value of attribute template.

Returns:



279
280
281
# File 'sig/types.rbs', line 279

def template
  @template
end