Class: Aws::Schemas::Types::ExportSchemaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::ExportSchemaRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#registry_name ⇒ String
2012 2013 2014 2015 2016 2017 2018 2019 |
# File '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_name ⇒ String
2012 2013 2014 2015 2016 2017 2018 2019 |
# File '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_version ⇒ String
2012 2013 2014 2015 2016 2017 2018 2019 |
# File 'lib/aws-sdk-schemas/types.rb', line 2012 class ExportSchemaRequest < Struct.new( :registry_name, :schema_name, :schema_version, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
2012 2013 2014 2015 2016 2017 2018 2019 |
# File 'lib/aws-sdk-schemas/types.rb', line 2012 class ExportSchemaRequest < Struct.new( :registry_name, :schema_name, :schema_version, :type) SENSITIVE = [] include Aws::Structure end |