Class: Aws::Types::UpdateSchemaRequest

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)


654
655
656
# File 'sig/types.rbs', line 654

def client_token_id
  @client_token_id
end

#content ⇒ ::String

Returns the value of attribute content.

Returns:

  • (::String)


655
656
657
# File 'sig/types.rbs', line 655

def content
  @content
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


656
657
658
# File 'sig/types.rbs', line 656

def description
  @description
end

#registry_name ⇒ ::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


657
658
659
# File 'sig/types.rbs', line 657

def registry_name
  @registry_name
end

#schema_name ⇒ ::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


658
659
660
# File 'sig/types.rbs', line 658

def schema_name
  @schema_name
end

#type ⇒ "OpenApi3"

Returns the value of attribute type.

Returns:

  • ("OpenApi3")


659
660
661
# File 'sig/types.rbs', line 659

def type
  @type
end