Class: Aws::Types::ServerStrategy

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)


605
606
607
# File 'sig/types.rbs', line 605

def is_preferred
  @is_preferred
end

#number_of_application_components::Integer

Returns the value of attribute number_of_application_components.

Returns:

  • (::Integer)


606
607
608
# File 'sig/types.rbs', line 606

def number_of_application_components
  @number_of_application_components
end

#recommendationTypes::RecommendationSet

Returns the value of attribute recommendation.



607
608
609
# File 'sig/types.rbs', line 607

def recommendation
  @recommendation
end

#status"recommended", ...

Returns the value of attribute status.

Returns:

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


608
609
610
# File 'sig/types.rbs', line 608

def status
  @status
end