Class: Aws::Schemas::Types::ExportSchemaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::ExportSchemaResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #content ⇒ String
- #schema_arn ⇒ String
- #schema_name ⇒ String
- #schema_version ⇒ String
- #type ⇒ String
Instance Attribute Details
#content ⇒ String
2038 2039 2040 2041 2042 2043 2044 2045 2046 |
# File 'lib/aws-sdk-schemas/types.rb', line 2038 class ExportSchemaResponse < Struct.new( :content, :schema_arn, :schema_name, :schema_version, :type) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
2038 2039 2040 2041 2042 2043 2044 2045 2046 |
# File 'lib/aws-sdk-schemas/types.rb', line 2038 class ExportSchemaResponse < Struct.new( :content, :schema_arn, :schema_name, :schema_version, :type) SENSITIVE = [] include Aws::Structure end |
#schema_name ⇒ String
2038 2039 2040 2041 2042 2043 2044 2045 2046 |
# File 'lib/aws-sdk-schemas/types.rb', line 2038 class ExportSchemaResponse < Struct.new( :content, :schema_arn, :schema_name, :schema_version, :type) SENSITIVE = [] include Aws::Structure end |
#schema_version ⇒ String
2038 2039 2040 2041 2042 2043 2044 2045 2046 |
# File 'lib/aws-sdk-schemas/types.rb', line 2038 class ExportSchemaResponse < Struct.new( :content, :schema_arn, :schema_name, :schema_version, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
2038 2039 2040 2041 2042 2043 2044 2045 2046 |
# File 'lib/aws-sdk-schemas/types.rb', line 2038 class ExportSchemaResponse < Struct.new( :content, :schema_arn, :schema_name, :schema_version, :type) SENSITIVE = [] include Aws::Structure end |