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.
12973 12974 12975 |
# File 'sig/types.rbs', line 12973 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
12974 12975 12976 |
# File 'sig/types.rbs', line 12974 def namespace @namespace end |
#self_upgrade_status ⇒ "AUTO_APPROVAL", "ADMIN_APPROVAL"
Returns the value of attribute self_upgrade_status.
12975 12976 12977 |
# File 'sig/types.rbs', line 12975 def self_upgrade_status @self_upgrade_status end |