Class: Aws::Schemas::Types::ExportSchemaRequest

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

#registry_nameString

Returns:

  • (String)


2012
2013
2014
2015
2016
2017
2018
2019
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 2012

class ExportSchemaRequest < Struct.new(
  :registry_name,
  :schema_name,
  :schema_version,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

Returns:

  • (String)


2012
2013
2014
2015
2016
2017
2018
2019
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 2012

class ExportSchemaRequest < Struct.new(
  :registry_name,
  :schema_name,
  :schema_version,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#schema_versionString

Returns:

  • (String)


2012
2013
2014
2015
2016
2017
2018
2019
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 2012

class ExportSchemaRequest < Struct.new(
  :registry_name,
  :schema_name,
  :schema_version,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Returns:

  • (String)


2012
2013
2014
2015
2016
2017
2018
2019
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 2012

class ExportSchemaRequest < Struct.new(
  :registry_name,
  :schema_name,
  :schema_version,
  :type)
  SENSITIVE = []
  include Aws::Structure
end