Class: Aws::Schemas::Types::DescribeSchemaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::DescribeSchemaRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#registry_name ⇒ String
576 577 578 579 580 581 582 |
# File 'lib/aws-sdk-schemas/types.rb', line 576 class DescribeSchemaRequest < Struct.new( :registry_name, :schema_name, :schema_version) SENSITIVE = [] include Aws::Structure end |
#schema_name ⇒ String
576 577 578 579 580 581 582 |
# File 'lib/aws-sdk-schemas/types.rb', line 576 class DescribeSchemaRequest < Struct.new( :registry_name, :schema_name, :schema_version) SENSITIVE = [] include Aws::Structure end |
#schema_version ⇒ String
576 577 578 579 580 581 582 |
# File 'lib/aws-sdk-schemas/types.rb', line 576 class DescribeSchemaRequest < Struct.new( :registry_name, :schema_name, :schema_version) SENSITIVE = [] include Aws::Structure end |