Class: Aws::Types::CreateSchemaRequest

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:



88
89
90
# File 'sig/types.rbs', line 88

def content
  @content
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:



89
90
91
# File 'sig/types.rbs', line 89

def description
  @description
end

#registry_name ⇒ ::String

Returns the value of attribute registry_name.

Returns:



90
91
92
# File 'sig/types.rbs', line 90

def registry_name
  @registry_name
end

#schema_name ⇒ ::String

Returns the value of attribute schema_name.

Returns:



91
92
93
# File 'sig/types.rbs', line 91

def schema_name
  @schema_name
end

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

Returns the value of attribute tags.

Returns:



92
93
94
# File 'sig/types.rbs', line 92

def tags
  @tags
end

#type ⇒ "OpenApi3"

Returns the value of attribute type.

Returns:



93
94
95
# File 'sig/types.rbs', line 93

def type
  @type
end