Class: Aws::Types::UpdateTypeRequest

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)


1474
1475
1476
# File 'sig/types.rbs', line 1474

def api_id
  @api_id
end

#definition::String

Returns the value of attribute definition.

Returns:

  • (::String)


1476
1477
1478
# File 'sig/types.rbs', line 1476

def definition
  @definition
end

#format"SDL", "JSON"

Returns the value of attribute format.

Returns:

  • ("SDL", "JSON")


1477
1478
1479
# File 'sig/types.rbs', line 1477

def format
  @format
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


1475
1476
1477
# File 'sig/types.rbs', line 1475

def type_name
  @type_name
end