Class: Aws::IoTManagedIntegrations::Types::GetSchemaVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::GetSchemaVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#format ⇒ String
The format of the schema version.
-
#schema_versioned_id ⇒ String
Schema id with a version specified.
-
#type ⇒ String
The type of schema version.
Instance Attribute Details
#format ⇒ String
The format of the schema version.
2535 2536 2537 2538 2539 2540 2541 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2535 class GetSchemaVersionRequest < Struct.new( :type, :schema_versioned_id, :format) SENSITIVE = [] include Aws::Structure end |
#schema_versioned_id ⇒ String
Schema id with a version specified. If the version is missing, it defaults to latest version.
2535 2536 2537 2538 2539 2540 2541 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2535 class GetSchemaVersionRequest < Struct.new( :type, :schema_versioned_id, :format) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of schema version.
2535 2536 2537 2538 2539 2540 2541 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2535 class GetSchemaVersionRequest < Struct.new( :type, :schema_versioned_id, :format) SENSITIVE = [] include Aws::Structure end |