Class: Aws::Types::ListRecommendationTemplatesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_arn ⇒ ::String

Returns the value of attribute assessment_arn.

Returns:

  • (::String)


917
918
919
# File 'sig/types.rbs', line 917

def assessment_arn
  @assessment_arn
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


918
919
920
# File 'sig/types.rbs', line 918

def max_results
  @max_results
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


919
920
921
# File 'sig/types.rbs', line 919

def name
  @name
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


920
921
922
# File 'sig/types.rbs', line 920

def next_token
  @next_token
end

#recommendation_template_arn ⇒ ::String

Returns the value of attribute recommendation_template_arn.

Returns:

  • (::String)


921
922
923
# File 'sig/types.rbs', line 921

def recommendation_template_arn
  @recommendation_template_arn
end

#reverse_order ⇒ Boolean

Returns the value of attribute reverse_order.

Returns:

  • (Boolean)


922
923
924
# File 'sig/types.rbs', line 922

def reverse_order
  @reverse_order
end

#status ⇒ ::Array[("Pending" | "InProgress" | "Failed" | "Success")]

Returns the value of attribute status.

Returns:

  • (::Array[("Pending" | "InProgress" | "Failed" | "Success")])


923
924
925
# File 'sig/types.rbs', line 923

def status
  @status
end