Class: Aws::Types::Script

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


2015
2016
2017
# File 'sig/types.rbs', line 2015

def creation_time
  @creation_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


2014
2015
2016
# File 'sig/types.rbs', line 2014

def size_on_disk
  @size_on_disk
end

#storage_locationTypes::S3Location

Returns the value of attribute storage_location.

Returns:



2016
2017
2018
# File 'sig/types.rbs', line 2016

def storage_location
  @storage_location
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


2013
2014
2015
# File 'sig/types.rbs', line 2013

def version
  @version
end