Class: Aws::Schemas::Types::CreateSchemaInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::CreateSchemaInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ String
The source of the schema definition.
-
#description ⇒ String
A description of the schema.
-
#tags ⇒ Hash<String,String>
Tags associated with the schema.
-
#type ⇒ String
The type of schema.
Instance Attribute Details
#content ⇒ String
The source of the schema definition.
237 238 239 240 241 242 243 244 |
# File 'lib/aws-sdk-schemas/types.rb', line 237 class CreateSchemaInput < Struct.new( :content, :description, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the schema.
237 238 239 240 241 242 243 244 |
# File 'lib/aws-sdk-schemas/types.rb', line 237 class CreateSchemaInput < Struct.new( :content, :description, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags associated with the schema.
237 238 239 240 241 242 243 244 |
# File 'lib/aws-sdk-schemas/types.rb', line 237 class CreateSchemaInput < Struct.new( :content, :description, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of schema.
237 238 239 240 241 242 243 244 |
# File 'lib/aws-sdk-schemas/types.rb', line 237 class CreateSchemaInput < Struct.new( :content, :description, :tags, :type) SENSITIVE = [] include Aws::Structure end |