Class: Aws::Types::ApplicationComponentStrategy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_preferredBoolean

Returns the value of attribute is_preferred.

Returns:

  • (Boolean)


108
109
110
# File 'sig/types.rbs', line 108

def is_preferred
  @is_preferred
end

#recommendationTypes::RecommendationSet

Returns the value of attribute recommendation.



109
110
111
# File 'sig/types.rbs', line 109

def recommendation
  @recommendation
end

#status"recommended", ...

Returns the value of attribute status.

Returns:

  • ("recommended", "viableOption", "notRecommended", "potential")


110
111
112
# File 'sig/types.rbs', line 110

def status
  @status
end