Class: Aws::Types::CreateScriptInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


491
492
493
# File 'sig/types.rbs', line 491

def node_js_version
  @node_js_version
end

#storage_locationTypes::S3Location

Returns the value of attribute storage_location.

Returns:



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.

Returns:



490
491
492
# File 'sig/types.rbs', line 490

def tags
  @tags
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def version
  @version
end

#zip_file::String

Returns the value of attribute zip_file.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def zip_file
  @zip_file
end