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

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3386
3387
3388
# File 'sig/types.rbs', line 3386

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3387
3388
3389
# File 'sig/types.rbs', line 3387

def next_token
  @next_token
end

#package_name::String

Returns the value of attribute package_name.

Returns:

  • (::String)


3384
3385
3386
# File 'sig/types.rbs', line 3384

def package_name
  @package_name
end

#status"DRAFT", ...

Returns the value of attribute status.

Returns:

  • ("DRAFT", "PUBLISHED", "DEPRECATED")


3385
3386
3387
# File 'sig/types.rbs', line 3385

def status
  @status
end