Class: Aws::Types::SchemaVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::SchemaVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
-
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
503 504 505 |
# File 'sig/types.rbs', line 503 def schema_arn @schema_arn end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
504 505 506 |
# File 'sig/types.rbs', line 504 def schema_name @schema_name end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
505 506 507 |
# File 'sig/types.rbs', line 505 def schema_version @schema_version end |
#type ⇒ ::String
Returns the value of attribute type.
506 507 508 |
# File 'sig/types.rbs', line 506 def type @type end |