Class: Aws::Schemas::Types::ExportSchemaResponse

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

Returns:

  • (String)


2038
2039
2040
2041
2042
2043
2044
2045
2046
# File 'gems/aws-sdk-schemas/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_arnString

Returns:

  • (String)


2038
2039
2040
2041
2042
2043
2044
2045
2046
# File 'gems/aws-sdk-schemas/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_nameString

Returns:

  • (String)


2038
2039
2040
2041
2042
2043
2044
2045
2046
# File 'gems/aws-sdk-schemas/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_versionString

Returns:

  • (String)


2038
2039
2040
2041
2042
2043
2044
2045
2046
# File 'gems/aws-sdk-schemas/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

#typeString

Returns:

  • (String)


2038
2039
2040
2041
2042
2043
2044
2045
2046
# File 'gems/aws-sdk-schemas/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