Class: Aws::Types::GetSchemaByDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSchemaByDefinitionResponse
- 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_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
Instance Attribute Details
#created_time ⇒ ::String
Returns the value of attribute created_time.
4022 4023 4024 |
# File 'sig/types.rbs', line 4022 def created_time @created_time end |
#data_format ⇒ "AVRO", ...
Returns the value of attribute data_format.
4020 4021 4022 |
# File 'sig/types.rbs', line 4020 def data_format @data_format end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
4019 4020 4021 |
# File 'sig/types.rbs', line 4019 def schema_arn @schema_arn end |
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
4018 4019 4020 |
# File 'sig/types.rbs', line 4018 def schema_version_id @schema_version_id end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
4021 4022 4023 |
# File 'sig/types.rbs', line 4021 def status @status end |