Class: Aws::Types::DescribeSchemaRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSchemaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
-
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
Instance Attribute Details
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
196 197 198 |
# File 'sig/types.rbs', line 196 def registry_name @registry_name end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
197 198 199 |
# File 'sig/types.rbs', line 197 def schema_name @schema_name end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
198 199 200 |
# File 'sig/types.rbs', line 198 def schema_version @schema_version end |