Class: Aws::Types::RecommendedAction
- Inherits:
-
Object
- Object
- Aws::Types::RecommendedAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
-
#feature ⇒ "ACCOUNT", ...
Returns the value of attribute feature.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_time_stamp ⇒ ::String
Returns the value of attribute last_updated_time_stamp.
-
#next_steps ⇒ ::Array[::String]
Returns the value of attribute next_steps.
-
#severity ⇒ "INFO", ...
Returns the value of attribute severity.
-
#type ⇒ "ADD_ALTERNATE_BILLING_CONTACT", ...
Returns the value of attribute type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
44 45 46 |
# File 'sig/types.rbs', line 44 def account_id @account_id end |
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
47 48 49 |
# File 'sig/types.rbs', line 47 def context @context end |
#feature ⇒ "ACCOUNT", ...
Returns the value of attribute feature.
46 47 48 |
# File 'sig/types.rbs', line 46 def feature @feature end |
#id ⇒ ::String
Returns the value of attribute id.
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.
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.
48 49 50 |
# File 'sig/types.rbs', line 48 def next_steps @next_steps end |
#severity ⇒ "INFO", ...
Returns the value of attribute severity.
45 46 47 |
# File 'sig/types.rbs', line 45 def severity @severity end |
#type ⇒ "ADD_ALTERNATE_BILLING_CONTACT", ...
Returns the value of attribute type.
43 44 45 |
# File 'sig/types.rbs', line 43 def type @type end |