Class: Aws::Schemas::Types::UpdateSchemaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::UpdateSchemaRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token_id ⇒ String
**A suitable default value is auto-generated.** You should normally not need to pass this option.
- #content ⇒ String
- #description ⇒ String
- #registry_name ⇒ String
- #schema_name ⇒ String
- #type ⇒ String
Instance Attribute Details
#client_token_id ⇒ String
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'lib/aws-sdk-schemas/types.rb', line 1915 class UpdateSchemaRequest < Struct.new( :client_token_id, :content, :description, :registry_name, :schema_name, :type) SENSITIVE = [] include Aws::Structure end |
#content ⇒ String
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'lib/aws-sdk-schemas/types.rb', line 1915 class UpdateSchemaRequest < Struct.new( :client_token_id, :content, :description, :registry_name, :schema_name, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'lib/aws-sdk-schemas/types.rb', line 1915 class UpdateSchemaRequest < Struct.new( :client_token_id, :content, :description, :registry_name, :schema_name, :type) SENSITIVE = [] include Aws::Structure end |
#registry_name ⇒ String
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'lib/aws-sdk-schemas/types.rb', line 1915 class UpdateSchemaRequest < Struct.new( :client_token_id, :content, :description, :registry_name, :schema_name, :type) SENSITIVE = [] include Aws::Structure end |
#schema_name ⇒ String
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'lib/aws-sdk-schemas/types.rb', line 1915 class UpdateSchemaRequest < Struct.new( :client_token_id, :content, :description, :registry_name, :schema_name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'lib/aws-sdk-schemas/types.rb', line 1915 class UpdateSchemaRequest < Struct.new( :client_token_id, :content, :description, :registry_name, :schema_name, :type) SENSITIVE = [] include Aws::Structure end |