Class: Aws::Schemas::Types::SchemaSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb

Overview

A summary of schema details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_modifiedTime

The date and time that schema was modified.

Returns:

  • (Time)


1458
1459
1460
1461
1462
1463
1464
1465
1466
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1458

class SchemaSummary < Struct.new(
  :last_modified,
  :schema_arn,
  :schema_name,
  :tags,
  :version_count)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arnString

The ARN of the schema.

Returns:

  • (String)


1458
1459
1460
1461
1462
1463
1464
1465
1466
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1458

class SchemaSummary < Struct.new(
  :last_modified,
  :schema_arn,
  :schema_name,
  :tags,
  :version_count)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

The name of the schema.

Returns:

  • (String)


1458
1459
1460
1461
1462
1463
1464
1465
1466
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1458

class SchemaSummary < Struct.new(
  :last_modified,
  :schema_arn,
  :schema_name,
  :tags,
  :version_count)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags associated with the schema.

Returns:

  • (Hash<String,String>)


1458
1459
1460
1461
1462
1463
1464
1465
1466
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1458

class SchemaSummary < Struct.new(
  :last_modified,
  :schema_arn,
  :schema_name,
  :tags,
  :version_count)
  SENSITIVE = []
  include Aws::Structure
end

#version_countInteger

The number of versions available for the schema.

Returns:

  • (Integer)


1458
1459
1460
1461
1462
1463
1464
1465
1466
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1458

class SchemaSummary < Struct.new(
  :last_modified,
  :schema_arn,
  :schema_name,
  :tags,
  :version_count)
  SENSITIVE = []
  include Aws::Structure
end