Class: Aws::Types::DescribeSelfUpgradeConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSelfUpgradeConfigurationRequest
- 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.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
5199 5200 5201 |
# File 'sig/types.rbs', line 5199 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
5200 5201 5202 |
# File 'sig/types.rbs', line 5200 def namespace @namespace end |