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.
355 356 357 |
# File 'sig/types.rbs', line 355 def collaboration_identifier @collaboration_identifier end |
#names ⇒ ::Array[::String]
Returns the value of attribute names.
356 357 358 |
# File 'sig/types.rbs', line 356 def names @names end |