Class: Aws::Types::SearchSchemaVersionSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_date ⇒ ::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


519
520
521
# File 'sig/types.rbs', line 519

def created_date
  @created_date
end

#schema_version ⇒ ::String

Returns the value of attribute schema_version.

Returns:

  • (::String)


520
521
522
# File 'sig/types.rbs', line 520

def schema_version
  @schema_version
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


521
522
523
# File 'sig/types.rbs', line 521

def type
  @type
end