Class: Aws::Types::UpgradeAppliedSchemaResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpgradeAppliedSchemaResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#upgraded_schema_arn ⇒ ::String
Returns the value of attribute upgraded_schema_arn.
Instance Attribute Details
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def directory_arn @directory_arn end |
#upgraded_schema_arn ⇒ ::String
Returns the value of attribute upgraded_schema_arn.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def upgraded_schema_arn @upgraded_schema_arn end |