Class: Aws::Types::JsonSchemaDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1130
1131
1132
# File 'sig/types.rbs', line 1130

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1129
1130
1131
# File 'sig/types.rbs', line 1129

def name
  @name
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


1128
1129
1130
# File 'sig/types.rbs', line 1128

def schema
  @schema
end