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.
12989 12990 12991 |
# File 'sig/types.rbs', line 12989 def action @action end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12986 12987 12988 |
# File 'sig/types.rbs', line 12986 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
12987 12988 12989 |
# File 'sig/types.rbs', line 12987 def namespace @namespace end |
#upgrade_request_id ⇒ ::String
Returns the value of attribute upgrade_request_id.
12988 12989 12990 |
# File 'sig/types.rbs', line 12988 def upgrade_request_id @upgrade_request_id end |