Class: Aws::Types::DescribePackageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def domain_owner
  @domain_owner
end

#format"npm", ...

Returns the value of attribute format.

Returns:

  • ("npm", "pypi", "maven", "nuget", "generic", "ruby", "swift", "cargo")


234
235
236
# File 'sig/types.rbs', line 234

def format
  @format
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def namespace
  @namespace
end

#package::String

Returns the value of attribute package.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def package
  @package
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def repository
  @repository
end