Class: Aws::Schemas::Types::SchemaVersionSummary

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

#schema_arnString

The ARN of the schema version.

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
1491
1492
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1485

class SchemaVersionSummary < Struct.new(
  :schema_arn,
  :schema_name,
  :schema_version,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

The name of the schema.

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
1491
1492
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1485

class SchemaVersionSummary < Struct.new(
  :schema_arn,
  :schema_name,
  :schema_version,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#schema_versionString

The version number of the schema.

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
1491
1492
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1485

class SchemaVersionSummary < Struct.new(
  :schema_arn,
  :schema_name,
  :schema_version,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
1491
1492
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1485

class SchemaVersionSummary < Struct.new(
  :schema_arn,
  :schema_name,
  :schema_version,
  :type)
  SENSITIVE = []
  include Aws::Structure
end