Class: Aws::Types::GetSchemaInput
- Inherits:
-
Object
- Object
- Aws::Types::GetSchemaInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def collaboration_identifier @collaboration_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def name @name end |