Class: Aws::Types::PublishSchemaRequest
- Inherits:
-
Object
- Object
- Aws::Types::PublishSchemaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#development_schema_arn ⇒ ::String
Returns the value of attribute development_schema_arn.
-
#minor_version ⇒ ::String
Returns the value of attribute minor_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#development_schema_arn ⇒ ::String
Returns the value of attribute development_schema_arn.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def development_schema_arn @development_schema_arn end |
#minor_version ⇒ ::String
Returns the value of attribute minor_version.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def minor_version @minor_version end |
#name ⇒ ::String
Returns the value of attribute name.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def name @name end |
#version ⇒ ::String
Returns the value of attribute version.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def version @version end |