Class: Aws::Types::CreatePackageVersionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :attributes])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


1061
1062
1063
# File 'sig/types.rbs', line 1061

def attributes
  @attributes
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1060
1061
1062
# File 'sig/types.rbs', line 1060

def description
  @description
end

#error_reason::String

Returns the value of attribute error_reason.

Returns:

  • (::String)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def error_reason
  @error_reason
end

#package_name::String

Returns the value of attribute package_name.

Returns:

  • (::String)


1058
1059
1060
# File 'sig/types.rbs', line 1058

def package_name
  @package_name
end

#package_version_arn::String

Returns the value of attribute package_version_arn.

Returns:

  • (::String)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def package_version_arn
  @package_version_arn
end

#status"DRAFT", ...

Returns the value of attribute status.

Returns:

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


1062
1063
1064
# File 'sig/types.rbs', line 1062

def status
  @status
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


1059
1060
1061
# File 'sig/types.rbs', line 1059

def version_name
  @version_name
end