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_description::String

Returns the value of attribute package_description.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def package_description
  @package_description
end

#package_name::String

Returns the value of attribute package_name.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def package_name
  @package_name
end

#package_sourceTypes::PackageSource

Returns the value of attribute package_source.



318
319
320
# File 'sig/types.rbs', line 318

def package_source
  @package_source
end

#package_type"TXT-DICTIONARY"

Returns the value of attribute package_type.

Returns:

  • ("TXT-DICTIONARY")


316
317
318
# File 'sig/types.rbs', line 316

def package_type
  @package_type
end