Class: Aws::Schemas::Types::CreateSchemaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::CreateSchemaRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #content ⇒ String
- #description ⇒ String
- #registry_name ⇒ String
- #schema_name ⇒ String
-
#tags ⇒ Hash<String,String>
Key-value pairs associated with a resource.
- #type ⇒ String
Instance Attribute Details
#content ⇒ String
267 268 269 270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-schemas/types.rb', line 267 class CreateSchemaRequest < Struct.new( :content, :description, :registry_name, :schema_name, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
267 268 269 270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-schemas/types.rb', line 267 class CreateSchemaRequest < Struct.new( :content, :description, :registry_name, :schema_name, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#registry_name ⇒ String
267 268 269 270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-schemas/types.rb', line 267 class CreateSchemaRequest < Struct.new( :content, :description, :registry_name, :schema_name, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#schema_name ⇒ String
267 268 269 270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-schemas/types.rb', line 267 class CreateSchemaRequest < Struct.new( :content, :description, :registry_name, :schema_name, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Key-value pairs associated with a resource.
267 268 269 270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-schemas/types.rb', line 267 class CreateSchemaRequest < Struct.new( :content, :description, :registry_name, :schema_name, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
267 268 269 270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-schemas/types.rb', line 267 class CreateSchemaRequest < Struct.new( :content, :description, :registry_name, :schema_name, :tags, :type) SENSITIVE = [] include Aws::Structure end |