Class: Aws::Schemas::Types::GetDiscoveredSchemaRequest

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>

Returns:

  • (Array<String>)


831
832
833
834
835
836
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 831

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

#typeString

Returns:

  • (String)


831
832
833
834
835
836
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 831

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