Class: Aws::Types::PutCodeBindingRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutCodeBindingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#language ⇒ ::String
Returns the value of attribute language.
-
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
-
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
Instance Attribute Details
#language ⇒ ::String
Returns the value of attribute language.
426 427 428 |
# File 'sig/types.rbs', line 426 def language @language end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
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.
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.
429 430 431 |
# File 'sig/types.rbs', line 429 def schema_version @schema_version end |