Class: Aws::Types::UpdateModelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def model_name
  @model_name
end

#patch_operations::Array[Types::PatchOperation]

Returns the value of attribute patch_operations.

Returns:



1456
1457
1458
# File 'sig/types.rbs', line 1456

def patch_operations
  @patch_operations
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


1454
1455
1456
# File 'sig/types.rbs', line 1454

def rest_api_id
  @rest_api_id
end