Class: Aws::Schemas::Types::ExportSchemaOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::ExportSchemaOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ String
The content of the schema.
-
#schema_arn ⇒ String
The ARN of the schema to export.
-
#schema_name ⇒ String
The name of the schema to export.
-
#schema_version ⇒ String
The version of the schema to export.
-
#type ⇒ String
The type of schema to export.
Instance Attribute Details
#content ⇒ String
The content of the schema.
1988 1989 1990 1991 1992 1993 1994 1995 1996 |
# File 'lib/aws-sdk-schemas/types.rb', line 1988 class ExportSchemaOutput < Struct.new( :content, :schema_arn, :schema_name, :schema_version, :type) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The ARN of the schema to export.
1988 1989 1990 1991 1992 1993 1994 1995 1996 |
# File 'lib/aws-sdk-schemas/types.rb', line 1988 class ExportSchemaOutput < Struct.new( :content, :schema_arn, :schema_name, :schema_version, :type) SENSITIVE = [] include Aws::Structure end |
#schema_name ⇒ String
The name of the schema to export.
1988 1989 1990 1991 1992 1993 1994 1995 1996 |
# File 'lib/aws-sdk-schemas/types.rb', line 1988 class ExportSchemaOutput < Struct.new( :content, :schema_arn, :schema_name, :schema_version, :type) SENSITIVE = [] include Aws::Structure end |
#schema_version ⇒ String
The version of the schema to export.
1988 1989 1990 1991 1992 1993 1994 1995 1996 |
# File 'lib/aws-sdk-schemas/types.rb', line 1988 class ExportSchemaOutput < Struct.new( :content, :schema_arn, :schema_name, :schema_version, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of schema to export.
1988 1989 1990 1991 1992 1993 1994 1995 1996 |
# File 'lib/aws-sdk-schemas/types.rb', line 1988 class ExportSchemaOutput < Struct.new( :content, :schema_arn, :schema_name, :schema_version, :type) SENSITIVE = [] include Aws::Structure end |