Class: Aws::Types::ViewInputContent

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:

  • (::Array[::String])


9418
9419
9420
# File 'sig/types.rbs', line 9418

def actions
  @actions
end

#template::String

Returns the value of attribute template.

Returns:

  • (::String)


9417
9418
9419
# File 'sig/types.rbs', line 9417

def template
  @template
end