Class: Aws::Schemas::Types::GetDiscoveredSchemaInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::GetDiscoveredSchemaInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events ⇒ Array<String>
An array of strings where each string is a JSON event.
-
#type ⇒ String
The type of event.
Instance Attribute Details
#events ⇒ Array<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.
804 805 806 807 808 809 |
# File 'lib/aws-sdk-schemas/types.rb', line 804 class GetDiscoveredSchemaInput < Struct.new( :events, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of event.
804 805 806 807 808 809 |
# File 'lib/aws-sdk-schemas/types.rb', line 804 class GetDiscoveredSchemaInput < Struct.new( :events, :type) SENSITIVE = [] include Aws::Structure end |