Class: Aws::Types::CreateModelManifestRequest

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)


226
227
228
# File 'sig/types.rbs', line 226

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def name
  @name
end

#nodes ⇒ ::Array[::String]

Returns the value of attribute nodes.

Returns:

  • (::Array[::String])


227
228
229
# File 'sig/types.rbs', line 227

def nodes
  @nodes
end

#signal_catalog_arn ⇒ ::String

Returns the value of attribute signal_catalog_arn.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def signal_catalog_arn
  @signal_catalog_arn
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



229
230
231
# File 'sig/types.rbs', line 229

def tags
  @tags
end