Class: Aws::Types::PublishVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_sha_256::String

Returns the value of attribute code_sha_256.

Returns:

  • (::String)


1783
1784
1785
# File 'sig/types.rbs', line 1783

def code_sha_256
  @code_sha_256
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1784
1785
1786
# File 'sig/types.rbs', line 1784

def description
  @description
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


1782
1783
1784
# File 'sig/types.rbs', line 1782

def function_name
  @function_name
end

#publish_to"LATEST_PUBLISHED"

Returns the value of attribute publish_to.

Returns:

  • ("LATEST_PUBLISHED")


1786
1787
1788
# File 'sig/types.rbs', line 1786

def publish_to
  @publish_to
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


1785
1786
1787
# File 'sig/types.rbs', line 1785

def revision_id
  @revision_id
end