Class: Aws::Schemas::Types::GetDiscoveredSchemaInput

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

#eventsArray<String>

An array of strings where each string is a JSON event. These are the events that were used to generate the schema. The array includes a single type of event and has a maximum size of 10 events.

Returns:

  • (Array<String>)


804
805
806
807
808
809
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 804

class GetDiscoveredSchemaInput < Struct.new(
  :events,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of event.

Returns:

  • (String)


804
805
806
807
808
809
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 804

class GetDiscoveredSchemaInput < Struct.new(
  :events,
  :type)
  SENSITIVE = []
  include Aws::Structure
end