Class: Aws::Schemas::Types::UpdateSchemaInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::UpdateSchemaInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token_id ⇒ String
The ID of the client token.
-
#content ⇒ String
The source of the schema definition.
-
#description ⇒ String
The description of the schema.
-
#type ⇒ String
The schema type for the events schema.
Instance Attribute Details
#client_token_id ⇒ String
The ID of the client token.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1884 1885 1886 1887 1888 1889 1890 1891 |
# File 'lib/aws-sdk-schemas/types.rb', line 1884 class UpdateSchemaInput < Struct.new( :client_token_id, :content, :description, :type) SENSITIVE = [] include Aws::Structure end |
#content ⇒ String
The source of the schema definition.
1884 1885 1886 1887 1888 1889 1890 1891 |
# File 'lib/aws-sdk-schemas/types.rb', line 1884 class UpdateSchemaInput < Struct.new( :client_token_id, :content, :description, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the schema.
1884 1885 1886 1887 1888 1889 1890 1891 |
# File 'lib/aws-sdk-schemas/types.rb', line 1884 class UpdateSchemaInput < Struct.new( :client_token_id, :content, :description, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The schema type for the events schema.
1884 1885 1886 1887 1888 1889 1890 1891 |
# File 'lib/aws-sdk-schemas/types.rb', line 1884 class UpdateSchemaInput < Struct.new( :client_token_id, :content, :description, :type) SENSITIVE = [] include Aws::Structure end |