Class: Aws::Types::ApplySchemaRequest
- Inherits:
-
Object
- Object
- Aws::Types::ApplySchemaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#published_schema_arn ⇒ ::String
Returns the value of attribute published_schema_arn.
Instance Attribute Details
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
29 30 31 |
# File 'sig/types.rbs', line 29 def directory_arn @directory_arn end |
#published_schema_arn ⇒ ::String
Returns the value of attribute published_schema_arn.
28 29 30 |
# File 'sig/types.rbs', line 28 def published_schema_arn @published_schema_arn end |