Class: Aws::Types::PutCodeBindingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#language ⇒ ::String

Returns the value of attribute language.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def language
  @language
end

#registry_name ⇒ ::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def registry_name
  @registry_name
end

#schema_name ⇒ ::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def schema_name
  @schema_name
end

#schema_version ⇒ ::String

Returns the value of attribute schema_version.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def schema_version
  @schema_version
end