Class: Aws::Types::DescribePackagesRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::DescribePackagesFilter]

Returns the value of attribute filters.



499
500
501
# File 'sig/types.rbs', line 499

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.



500
501
502
# File 'sig/types.rbs', line 500

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



501
502
503
# File 'sig/types.rbs', line 501

def next_token
  @next_token
end