Class: Aws::Types::ViewContent

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[::String]

Returns the value of attribute actions.



9690
9691
9692
# File 'sig/types.rbs', line 9690

def actions
  @actions
end

#input_schema::String

Returns the value of attribute input_schema.



9688
9689
9690
# File 'sig/types.rbs', line 9688

def input_schema
  @input_schema
end

#template::String

Returns the value of attribute template.



9689
9690
9691
# File 'sig/types.rbs', line 9689

def template
  @template
end