Class: Aws::Schemas::Types::DescribeSchemaRequest

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

#registry_nameString

Returns:

  • (String)


576
577
578
579
580
581
582
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 576

class DescribeSchemaRequest < Struct.new(
  :registry_name,
  :schema_name,
  :schema_version)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

Returns:

  • (String)


576
577
578
579
580
581
582
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 576

class DescribeSchemaRequest < Struct.new(
  :registry_name,
  :schema_name,
  :schema_version)
  SENSITIVE = []
  include Aws::Structure
end

#schema_versionString

Returns:

  • (String)


576
577
578
579
580
581
582
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 576

class DescribeSchemaRequest < Struct.new(
  :registry_name,
  :schema_name,
  :schema_version)
  SENSITIVE = []
  include Aws::Structure
end