Class: Aws::Types::CreateTypeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def api_id
  @api_id
end

#definition::String

Returns the value of attribute definition.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def definition
  @definition
end

#format"SDL", "JSON"

Returns the value of attribute format.

Returns:

  • ("SDL", "JSON")


382
383
384
# File 'sig/types.rbs', line 382

def format
  @format
end