Class: Aws::Types::CreatePackageResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def description
  @description
end

#package_arn::String

Returns the value of attribute package_arn.

Returns:

  • (::String)


1039
1040
1041
# File 'sig/types.rbs', line 1039

def package_arn
  @package_arn
end

#package_name::String

Returns the value of attribute package_name.

Returns:

  • (::String)


1038
1039
1040
# File 'sig/types.rbs', line 1038

def package_name
  @package_name
end