Class: Aws::Types::CreatePackageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#package_name ⇒ ::String

Returns the value of attribute package_name.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def package_name
  @package_name
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


113
114
115
# File 'sig/types.rbs', line 113

def tags
  @tags
end