Class: Aws::Types::ListSolutionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSolutionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_marketplace_solution_arn ⇒ ::Array[::String]
Returns the value of attribute aws_marketplace_solution_arn.
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#category ⇒ ::Array[::String]
Returns the value of attribute category.
-
#identifier ⇒ ::Array[::String]
Returns the value of attribute identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort ⇒ Types::SolutionSort
Returns the value of attribute sort.
-
#status ⇒ ::Array[("Active" | "Inactive" | "Draft")]
Returns the value of attribute status.
Instance Attribute Details
#aws_marketplace_solution_arn ⇒ ::Array[::String]
Returns the value of attribute aws_marketplace_solution_arn.
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.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def catalog @catalog end |
#category ⇒ ::Array[::String]
Returns the value of attribute category.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def category @category end |
#identifier ⇒ ::Array[::String]
Returns the value of attribute identifier.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def identifier @identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
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.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def next_token @next_token end |
#sort ⇒ Types::SolutionSort
Returns the value of attribute sort.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def sort @sort end |
#status ⇒ ::Array[("Active" | "Inactive" | "Draft")]
Returns the value of attribute status.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def status @status end |