Class: Aws::Types::CreateSchemaRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSchemaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ "ECOMMERCE", "VIDEO_ON_DEMAND"
Returns the value of attribute domain.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schema ⇒ ::String
Returns the value of attribute schema.
Instance Attribute Details
#domain ⇒ "ECOMMERCE", "VIDEO_ON_DEMAND"
Returns the value of attribute domain.
368 369 370 |
# File 'sig/types.rbs', line 368 def domain @domain end |
#name ⇒ ::String
Returns the value of attribute name.
366 367 368 |
# File 'sig/types.rbs', line 366 def name @name end |
#schema ⇒ ::String
Returns the value of attribute schema.
367 368 369 |
# File 'sig/types.rbs', line 367 def schema @schema end |