Class: Aws::Schemas::Types::ExportSchemaOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The content of the schema.

Returns:

  • (String)


1988
1989
1990
1991
1992
1993
1994
1995
1996
# File 'gems/aws-sdk-schemas/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_arnString

The ARN of the schema to export.

Returns:

  • (String)


1988
1989
1990
1991
1992
1993
1994
1995
1996
# File 'gems/aws-sdk-schemas/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_nameString

The name of the schema to export.

Returns:

  • (String)


1988
1989
1990
1991
1992
1993
1994
1995
1996
# File 'gems/aws-sdk-schemas/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_versionString

The version of the schema to export.

Returns:

  • (String)


1988
1989
1990
1991
1992
1993
1994
1995
1996
# File 'gems/aws-sdk-schemas/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

#typeString

The type of schema to export.

Returns:

  • (String)


1988
1989
1990
1991
1992
1993
1994
1995
1996
# File 'gems/aws-sdk-schemas/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