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)


1766
1767
1768
# File 'sig/types.rbs', line 1766

def code_sha_256
  @code_sha_256
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1767
1768
1769
# File 'sig/types.rbs', line 1767

def description
  @description
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


1765
1766
1767
# File 'sig/types.rbs', line 1765

def function_name
  @function_name
end

#publish_to"LATEST_PUBLISHED"

Returns the value of attribute publish_to.

Returns:

  • ("LATEST_PUBLISHED")


1769
1770
1771
# File 'sig/types.rbs', line 1769

def publish_to
  @publish_to
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


1768
1769
1770
# File 'sig/types.rbs', line 1768

def revision_id
  @revision_id
end