Class: Aws::Types::GetFormTypeResponse

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)


3649
3650
3651
# File 'sig/types.rbs', line 3649

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3650
3651
3652
# File 'sig/types.rbs', line 3650

def name
  @name
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


3651
3652
3653
# File 'sig/types.rbs', line 3651

def schema
  @schema
end