Class: Aws::Types::ListSolutionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_marketplace_solution_arn::Array[::String]

Returns the value of attribute aws_marketplace_solution_arn.

Returns:

  • (::Array[::String])


1023
1024
1025
# File 'sig/types.rbs', line 1023

def aws_marketplace_solution_arn
  @aws_marketplace_solution_arn
end

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


1016
1017
1018
# File 'sig/types.rbs', line 1016

def catalog
  @catalog
end

#category::Array[::String]

Returns the value of attribute category.

Returns:

  • (::Array[::String])


1022
1023
1024
# File 'sig/types.rbs', line 1022

def category
  @category
end

#identifier::Array[::String]

Returns the value of attribute identifier.

Returns:

  • (::Array[::String])


1021
1022
1023
# File 'sig/types.rbs', line 1021

def identifier
  @identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1017
1018
1019
# File 'sig/types.rbs', line 1017

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1018
1019
1020
# File 'sig/types.rbs', line 1018

def next_token
  @next_token
end

#sortTypes::SolutionSort

Returns the value of attribute sort.

Returns:



1019
1020
1021
# File 'sig/types.rbs', line 1019

def sort
  @sort
end

#status::Array[("Active" | "Inactive" | "Draft")]

Returns the value of attribute status.

Returns:

  • (::Array[("Active" | "Inactive" | "Draft")])


1020
1021
1022
# File 'sig/types.rbs', line 1020

def status
  @status
end