Class: Aws::Types::UpdateScriptInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateScriptInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#script_id ⇒ ::String
Returns the value of attribute script_id.
-
#storage_location ⇒ Types::S3Location
Returns the value of attribute storage_location.
-
#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.
2454 2455 2456 |
# File 'sig/types.rbs', line 2454 def name @name end |
#script_id ⇒ ::String
Returns the value of attribute script_id.
2453 2454 2455 |
# File 'sig/types.rbs', line 2453 def script_id @script_id end |
#storage_location ⇒ Types::S3Location
Returns the value of attribute storage_location.
2456 2457 2458 |
# File 'sig/types.rbs', line 2456 def storage_location @storage_location end |
#version ⇒ ::String
Returns the value of attribute version.
2455 2456 2457 |
# File 'sig/types.rbs', line 2455 def version @version end |
#zip_file ⇒ ::String
Returns the value of attribute zip_file.
2457 2458 2459 |
# File 'sig/types.rbs', line 2457 def zip_file @zip_file end |