Class: Aws::Types::UpdateModelManifestRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1392
1393
1394
# File 'sig/types.rbs', line 1392

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1391
1392
1393
# File 'sig/types.rbs', line 1391

def name
  @name
end

#nodes_to_add ⇒ ::Array[::String]

Returns the value of attribute nodes_to_add.

Returns:

  • (::Array[::String])


1393
1394
1395
# File 'sig/types.rbs', line 1393

def nodes_to_add
  @nodes_to_add
end

#nodes_to_remove ⇒ ::Array[::String]

Returns the value of attribute nodes_to_remove.

Returns:

  • (::Array[::String])


1394
1395
1396
# File 'sig/types.rbs', line 1394

def nodes_to_remove
  @nodes_to_remove
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DRAFT", "INVALID", "VALIDATING")


1395
1396
1397
# File 'sig/types.rbs', line 1395

def status
  @status
end