Class: Aws::Types::ListPackagesRequest

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)


584
585
586
# File 'sig/types.rbs', line 584

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


585
586
587
# File 'sig/types.rbs', line 585

def domain_owner
  @domain_owner
end

#format"npm", ...

Returns the value of attribute format.

Returns:

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


587
588
589
# File 'sig/types.rbs', line 587

def format
  @format
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


590
591
592
# File 'sig/types.rbs', line 590

def max_results
  @max_results
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


588
589
590
# File 'sig/types.rbs', line 588

def namespace
  @namespace
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


591
592
593
# File 'sig/types.rbs', line 591

def next_token
  @next_token
end

#package_prefix::String

Returns the value of attribute package_prefix.

Returns:

  • (::String)


589
590
591
# File 'sig/types.rbs', line 589

def package_prefix
  @package_prefix
end

#publish"ALLOW", "BLOCK"

Returns the value of attribute publish.

Returns:

  • ("ALLOW", "BLOCK")


592
593
594
# File 'sig/types.rbs', line 592

def publish
  @publish
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def repository
  @repository
end

#upstream"ALLOW", "BLOCK"

Returns the value of attribute upstream.

Returns:

  • ("ALLOW", "BLOCK")


593
594
595
# File 'sig/types.rbs', line 593

def upstream
  @upstream
end