Class: Aws::Schemas::Types::UpdateSchemaInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_token_idString

The ID of the client token.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1884
1885
1886
1887
1888
1889
1890
1891
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1884

class UpdateSchemaInput < Struct.new(
  :client_token_id,
  :content,
  :description,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#contentString

The source of the schema definition.

Returns:

  • (String)


1884
1885
1886
1887
1888
1889
1890
1891
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1884

class UpdateSchemaInput < Struct.new(
  :client_token_id,
  :content,
  :description,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the schema.

Returns:

  • (String)


1884
1885
1886
1887
1888
1889
1890
1891
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1884

class UpdateSchemaInput < Struct.new(
  :client_token_id,
  :content,
  :description,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The schema type for the events schema.

Returns:

  • (String)


1884
1885
1886
1887
1888
1889
1890
1891
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1884

class UpdateSchemaInput < Struct.new(
  :client_token_id,
  :content,
  :description,
  :type)
  SENSITIVE = []
  include Aws::Structure
end