Class: Aws::Types::UpdateRecommendationStatusItem
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRecommendationStatusItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#target_account_id ⇒ ::String
Returns the value of attribute target_account_id.
-
#target_region ⇒ ::String
Returns the value of attribute target_region.
Instance Attribute Details
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def resource_id @resource_id end |
#target_account_id ⇒ ::String
Returns the value of attribute target_account_id.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def target_account_id @target_account_id end |
#target_region ⇒ ::String
Returns the value of attribute target_region.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def target_region @target_region end |