Class: Aws::Types::PackageVersionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


4074
4075
4076
# File 'sig/types.rbs', line 4074

def creation_date
  @creation_date
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


4075
4076
4077
# File 'sig/types.rbs', line 4075

def last_modified_date
  @last_modified_date
end

#package_name::String

Returns the value of attribute package_name.

Returns:

  • (::String)


4071
4072
4073
# File 'sig/types.rbs', line 4071

def package_name
  @package_name
end

#status"DRAFT", ...

Returns the value of attribute status.

Returns:

  • ("DRAFT", "PUBLISHED", "DEPRECATED")


4073
4074
4075
# File 'sig/types.rbs', line 4073

def status
  @status
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


4072
4073
4074
# File 'sig/types.rbs', line 4072

def version_name
  @version_name
end