Class: Aws::Types::BatchGetSchemaInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetSchemaInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
-
#names ⇒ ::Array[::String]
Returns the value of attribute names.
Instance Attribute Details
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
366 367 368 |
# File 'sig/types.rbs', line 366 def collaboration_identifier @collaboration_identifier end |
#names ⇒ ::Array[::String]
Returns the value of attribute names.
367 368 369 |
# File 'sig/types.rbs', line 367 def names @names end |