Class: Aws::Types::Script
- Inherits:
-
Object
- Object
- Aws::Types::Script
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#node_js_version ⇒ ::String
Returns the value of attribute node_js_version.
-
#script_arn ⇒ ::String
Returns the value of attribute script_arn.
-
#script_id ⇒ ::String
Returns the value of attribute script_id.
-
#size_on_disk ⇒ ::Integer
Returns the value of attribute size_on_disk.
-
#storage_location ⇒ Types::S3Location
Returns the value of attribute storage_location.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2015 2016 2017 |
# File 'sig/types.rbs', line 2015 def creation_time @creation_time end |
#name ⇒ ::String
Returns the value of attribute name.
2012 2013 2014 |
# File 'sig/types.rbs', line 2012 def name @name end |
#node_js_version ⇒ ::String
Returns the value of attribute node_js_version.
2017 2018 2019 |
# File 'sig/types.rbs', line 2017 def node_js_version @node_js_version end |
#script_arn ⇒ ::String
Returns the value of attribute script_arn.
2011 2012 2013 |
# File 'sig/types.rbs', line 2011 def script_arn @script_arn end |
#script_id ⇒ ::String
Returns the value of attribute script_id.
2010 2011 2012 |
# File 'sig/types.rbs', line 2010 def script_id @script_id end |
#size_on_disk ⇒ ::Integer
Returns the value of attribute size_on_disk.
2014 2015 2016 |
# File 'sig/types.rbs', line 2014 def size_on_disk @size_on_disk end |
#storage_location ⇒ Types::S3Location
Returns the value of attribute storage_location.
2016 2017 2018 |
# File 'sig/types.rbs', line 2016 def storage_location @storage_location end |
#version ⇒ ::String
Returns the value of attribute version.
2013 2014 2015 |
# File 'sig/types.rbs', line 2013 def version @version end |