Class: Aws::Types::UpdateScriptInput

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)


2454
2455
2456
# File 'sig/types.rbs', line 2454

def name
  @name
end

#script_id::String

Returns the value of attribute script_id.

Returns:

  • (::String)


2453
2454
2455
# File 'sig/types.rbs', line 2453

def script_id
  @script_id
end

#storage_locationTypes::S3Location

Returns the value of attribute storage_location.

Returns:



2456
2457
2458
# File 'sig/types.rbs', line 2456

def storage_location
  @storage_location
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


2455
2456
2457
# File 'sig/types.rbs', line 2455

def version
  @version
end

#zip_file::String

Returns the value of attribute zip_file.

Returns:

  • (::String)


2457
2458
2459
# File 'sig/types.rbs', line 2457

def zip_file
  @zip_file
end