Class: Aws::Types::GetSchemaVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSchemaVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::String
Returns the value of attribute created_time.
-
#data_format ⇒ "AVRO", ...
Returns the value of attribute data_format.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
-
#schema_definition ⇒ ::String
Returns the value of attribute schema_definition.
-
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#created_time ⇒ ::String
Returns the value of attribute created_time.
4062 4063 4064 |
# File 'sig/types.rbs', line 4062 def created_time @created_time end |
#data_format ⇒ "AVRO", ...
Returns the value of attribute data_format.
4058 4059 4060 |
# File 'sig/types.rbs', line 4058 def data_format @data_format end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
4059 4060 4061 |
# File 'sig/types.rbs', line 4059 def schema_arn @schema_arn end |
#schema_definition ⇒ ::String
Returns the value of attribute schema_definition.
4057 4058 4059 |
# File 'sig/types.rbs', line 4057 def schema_definition @schema_definition end |
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
4056 4057 4058 |
# File 'sig/types.rbs', line 4056 def schema_version_id @schema_version_id end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
4061 4062 4063 |
# File 'sig/types.rbs', line 4061 def status @status end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
4060 4061 4062 |
# File 'sig/types.rbs', line 4060 def version_number @version_number end |