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)


3678
3679
3680
# File 'sig/types.rbs', line 3678

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3679
3680
3681
# File 'sig/types.rbs', line 3679

def name
  @name
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


3680
3681
3682
# File 'sig/types.rbs', line 3680

def schema
  @schema
end