Class: Aws::Types::CreateSchemaInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content ⇒ ::String

Returns the value of attribute content.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def content
  @content
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def description
  @description
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


82
83
84
# File 'sig/types.rbs', line 82

def tags
  @tags
end

#type ⇒ "OpenApi3"

Returns the value of attribute type.

Returns:

  • ("OpenApi3")


83
84
85
# File 'sig/types.rbs', line 83

def type
  @type
end