Class: Aws::Types::ListPackageVersionsRequest

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)


559
560
561
# File 'sig/types.rbs', line 559

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


560
561
562
# File 'sig/types.rbs', line 560

def domain_owner
  @domain_owner
end

#format"npm", ...

Returns the value of attribute format.

Returns:

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


562
563
564
# File 'sig/types.rbs', line 562

def format
  @format
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


567
568
569
# File 'sig/types.rbs', line 567

def max_results
  @max_results
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


563
564
565
# File 'sig/types.rbs', line 563

def namespace
  @namespace
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


568
569
570
# File 'sig/types.rbs', line 568

def next_token
  @next_token
end

#origin_type"INTERNAL", ...

Returns the value of attribute origin_type.

Returns:

  • ("INTERNAL", "EXTERNAL", "UNKNOWN")


569
570
571
# File 'sig/types.rbs', line 569

def origin_type
  @origin_type
end

#package::String

Returns the value of attribute package.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def package
  @package
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def repository
  @repository
end

#sort_by"PUBLISHED_TIME"

Returns the value of attribute sort_by.

Returns:

  • ("PUBLISHED_TIME")


566
567
568
# File 'sig/types.rbs', line 566

def sort_by
  @sort_by
end

#status"Published", ...

Returns the value of attribute status.

Returns:

  • ("Published", "Unfinished", "Unlisted", "Archived", "Disposed", "Deleted")


565
566
567
# File 'sig/types.rbs', line 565

def status
  @status
end