Class: Aws::Types::PutFormTypeResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6136
6137
6138
# File 'sig/types.rbs', line 6136

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6137
6138
6139
# File 'sig/types.rbs', line 6137

def name
  @name
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


6138
6139
6140
# File 'sig/types.rbs', line 6138

def schema
  @schema
end