Class: Aws::Types::ExportSchemaOutput
- Inherits:
-
Object
- Object
- Aws::Types::ExportSchemaOutput
- 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.
676 677 678 |
# File 'sig/types.rbs', line 676 def content @content end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
677 678 679 |
# File 'sig/types.rbs', line 677 def schema_arn @schema_arn end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
678 679 680 |
# File 'sig/types.rbs', line 678 def schema_name @schema_name end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
679 680 681 |
# File 'sig/types.rbs', line 679 def schema_version @schema_version end |
#type ⇒ ::String
Returns the value of attribute type.
680 681 682 |
# File 'sig/types.rbs', line 680 def type @type end |