Class: Aws::Types::UpdateSchemaInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token_id ⇒ ::String

Returns the value of attribute client_token_id.

Returns:

  • (::String)


646
647
648
# File 'sig/types.rbs', line 646

def client_token_id
  @client_token_id
end

#content ⇒ ::String

Returns the value of attribute content.

Returns:

  • (::String)


647
648
649
# File 'sig/types.rbs', line 647

def content
  @content
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


648
649
650
# File 'sig/types.rbs', line 648

def description
  @description
end

#type ⇒ "OpenApi3"

Returns the value of attribute type.

Returns:

  • ("OpenApi3")


649
650
651
# File 'sig/types.rbs', line 649

def type
  @type
end