Class: Aws::Types::ApplySchemaResponse
- Inherits:
-
Object
- Object
- Aws::Types::ApplySchemaResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#applied_schema_arn ⇒ ::String
Returns the value of attribute applied_schema_arn.
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
Instance Attribute Details
#applied_schema_arn ⇒ ::String
Returns the value of attribute applied_schema_arn.
34 35 36 |
# File 'sig/types.rbs', line 34 def applied_schema_arn @applied_schema_arn end |
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
35 36 37 |
# File 'sig/types.rbs', line 35 def directory_arn @directory_arn end |