Class: Aws::Types::ViewContent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:input_schema])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[::String]

Returns the value of attribute actions.

Returns:

  • (::Array[::String])


9412
9413
9414
# File 'sig/types.rbs', line 9412

def actions
  @actions
end

#input_schema::String

Returns the value of attribute input_schema.

Returns:

  • (::String)


9410
9411
9412
# File 'sig/types.rbs', line 9410

def input_schema
  @input_schema
end

#template::String

Returns the value of attribute template.

Returns:

  • (::String)


9411
9412
9413
# File 'sig/types.rbs', line 9411

def template
  @template
end