Class: Aws::Types::ExportSchemaResponse
- Inherits:
-
Object
- Object
- Aws::Types::ExportSchemaResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#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
#content ⇒ ::String
Returns the value of attribute content.
693 694 695 |
# File 'sig/types.rbs', line 693 def content @content end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
694 695 696 |
# File 'sig/types.rbs', line 694 def schema_arn @schema_arn end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
695 696 697 |
# File 'sig/types.rbs', line 695 def schema_name @schema_name end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
696 697 698 |
# File 'sig/types.rbs', line 696 def schema_version @schema_version end |
#type ⇒ ::String
Returns the value of attribute type.
697 698 699 |
# File 'sig/types.rbs', line 697 def type @type end |