Class: Aws::Types::PutSchemaInput
- Inherits:
-
Object
- Object
- Aws::Types::PutSchemaInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definition ⇒ Types::SchemaDefinition
Returns the value of attribute definition.
-
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
Instance Attribute Details
#definition ⇒ Types::SchemaDefinition
Returns the value of attribute definition.
991 992 993 |
# File 'sig/types.rbs', line 991 def definition @definition end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
990 991 992 |
# File 'sig/types.rbs', line 990 def policy_store_id @policy_store_id end |