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.
4966 4967 4968 |
# File 'sig/types.rbs', line 4966 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
4967 4968 4969 |
# File 'sig/types.rbs', line 4967 def namespace @namespace end |