Class: Aws::Types::ListPackageVersionDependenciesRequest

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)


536
537
538
# File 'sig/types.rbs', line 536

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def domain_owner
  @domain_owner
end

#format"npm", ...

Returns the value of attribute format.

Returns:

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


539
540
541
# File 'sig/types.rbs', line 539

def format
  @format
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def namespace
  @namespace
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def next_token
  @next_token
end

#package::String

Returns the value of attribute package.

Returns:

  • (::String)


541
542
543
# File 'sig/types.rbs', line 541

def package
  @package
end

#package_version::String

Returns the value of attribute package_version.

Returns:

  • (::String)


542
543
544
# File 'sig/types.rbs', line 542

def package_version
  @package_version
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


538
539
540
# File 'sig/types.rbs', line 538

def repository
  @repository
end