Class: Aws::Types::CreateModelManifestRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateModelManifestRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#nodes ⇒ ::Array[::String]
Returns the value of attribute nodes.
-
#signal_catalog_arn ⇒ ::String
Returns the value of attribute signal_catalog_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
226 227 228 |
# File 'sig/types.rbs', line 226 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
225 226 227 |
# File 'sig/types.rbs', line 225 def name @name end |
#nodes ⇒ ::Array[::String]
Returns the value of attribute nodes.
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.
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.
229 230 231 |
# File 'sig/types.rbs', line 229 def @tags end |