Class: Aws::Schemas::Types::GetDiscoveredSchemaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::GetDiscoveredSchemaRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#events ⇒ Array<String>
831 832 833 834 835 836 |
# File 'lib/aws-sdk-schemas/types.rb', line 831 class GetDiscoveredSchemaRequest < Struct.new( :events, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
831 832 833 834 835 836 |
# File 'lib/aws-sdk-schemas/types.rb', line 831 class GetDiscoveredSchemaRequest < Struct.new( :events, :type) SENSITIVE = [] include Aws::Structure end |