Class: Aws::Types::UpdateSelfUpgradeConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSelfUpgradeConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#self_upgrade_status ⇒ "AUTO_APPROVAL", "ADMIN_APPROVAL"
Returns the value of attribute self_upgrade_status.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12517 12518 12519 |
# File 'sig/types.rbs', line 12517 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
12518 12519 12520 |
# File 'sig/types.rbs', line 12518 def namespace @namespace end |
#self_upgrade_status ⇒ "AUTO_APPROVAL", "ADMIN_APPROVAL"
Returns the value of attribute self_upgrade_status.
12519 12520 12521 |
# File 'sig/types.rbs', line 12519 def self_upgrade_status @self_upgrade_status end |