Class: Aws::Types::RecommendedAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def 
  @account_id
end

#context::Hash[::String, ::String]

Returns the value of attribute context.

Returns:

  • (::Hash[::String, ::String])


47
48
49
# File 'sig/types.rbs', line 47

def context
  @context
end

#feature"ACCOUNT", ...

Returns the value of attribute feature.

Returns:

  • ("ACCOUNT", "BUDGETS", "COST_ANOMALY_DETECTION", "COST_OPTIMIZATION_HUB", "FREE_TIER", "IAM", "PAYMENTS", "RESERVATIONS", "SAVINGS_PLANS", "TAX_SETTINGS")


46
47
48
# File 'sig/types.rbs', line 46

def feature
  @feature
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def id
  @id
end

#last_updated_time_stamp::String

Returns the value of attribute last_updated_time_stamp.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def last_updated_time_stamp
  @last_updated_time_stamp
end

#next_steps::Array[::String]

Returns the value of attribute next_steps.

Returns:

  • (::Array[::String])


48
49
50
# File 'sig/types.rbs', line 48

def next_steps
  @next_steps
end

#severity"INFO", ...

Returns the value of attribute severity.

Returns:

  • ("INFO", "WARNING", "CRITICAL")


45
46
47
# File 'sig/types.rbs', line 45

def severity
  @severity
end

#type"ADD_ALTERNATE_BILLING_CONTACT", ...

Returns the value of attribute type.

Returns:

  • ("ADD_ALTERNATE_BILLING_CONTACT", "CREATE_ANOMALY_MONITOR", "CREATE_BUDGET", "ENABLE_COST_OPTIMIZATION_HUB", "MIGRATE_TO_GRANULAR_PERMISSIONS", "PAYMENTS_DUE", "PAYMENTS_PAST_DUE", "REVIEW_ANOMALIES", "REVIEW_BUDGET_ALERTS", "REVIEW_BUDGETS_EXCEEDED", "REVIEW_EXPIRING_RI", "REVIEW_EXPIRING_SP", "REVIEW_FREETIER_USAGE_ALERTS", "REVIEW_FREETIER_CREDITS_REMAINING", "REVIEW_FREETIER_DAYS_REMAINING", "REVIEW_SAVINGS_OPPORTUNITY_RECOMMENDATIONS", "UPDATE_EXPIRED_PAYMENT_METHOD", "UPDATE_INVALID_PAYMENT_METHOD", "UPDATE_TAX_EXEMPTION_CERTIFICATE", "UPDATE_TAX_REGISTRATION_NUMBER")


43
44
45
# File 'sig/types.rbs', line 43

def type
  @type
end