Class: Aws::Types::UpdateSelfUpgradeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSelfUpgradeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "APPROVE", ...
Returns the value of attribute action.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#upgrade_request_id ⇒ ::String
Returns the value of attribute upgrade_request_id.
Instance Attribute Details
#action ⇒ "APPROVE", ...
Returns the value of attribute action.
12533 12534 12535 |
# File 'sig/types.rbs', line 12533 def action @action end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12530 12531 12532 |
# File 'sig/types.rbs', line 12530 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
12531 12532 12533 |
# File 'sig/types.rbs', line 12531 def namespace @namespace end |
#upgrade_request_id ⇒ ::String
Returns the value of attribute upgrade_request_id.
12532 12533 12534 |
# File 'sig/types.rbs', line 12532 def upgrade_request_id @upgrade_request_id end |