Class: Aws::Types::CreateScriptInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateScriptInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#node_js_version ⇒ ::String
Returns the value of attribute node_js_version.
-
#storage_location ⇒ Types::S3Location
Returns the value of attribute storage_location.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#zip_file ⇒ ::String
Returns the value of attribute zip_file.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
486 487 488 |
# File 'sig/types.rbs', line 486 def name @name end |
#node_js_version ⇒ ::String
Returns the value of attribute node_js_version.
491 492 493 |
# File 'sig/types.rbs', line 491 def node_js_version @node_js_version end |
#storage_location ⇒ Types::S3Location
Returns the value of attribute storage_location.
488 489 490 |
# File 'sig/types.rbs', line 488 def storage_location @storage_location end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
490 491 492 |
# File 'sig/types.rbs', line 490 def @tags end |
#version ⇒ ::String
Returns the value of attribute version.
487 488 489 |
# File 'sig/types.rbs', line 487 def version @version end |
#zip_file ⇒ ::String
Returns the value of attribute zip_file.
489 490 491 |
# File 'sig/types.rbs', line 489 def zip_file @zip_file end |