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)


6126
6127
6128
# File 'sig/types.rbs', line 6126

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6127
6128
6129
# File 'sig/types.rbs', line 6127

def name
  @name
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


6128
6129
6130
# File 'sig/types.rbs', line 6128

def schema
  @schema
end