Class: Aws::Types::PutFormTypeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


6121
6122
6123
# File 'sig/types.rbs', line 6121

def client_token
  @client_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6119
6120
6121
# File 'sig/types.rbs', line 6119

def name
  @name
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


6120
6121
6122
# File 'sig/types.rbs', line 6120

def schema
  @schema
end