Class: Aws::Types::GetCodeBindingSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCodeBindingSourceRequest
- 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.
255 256 257 |
# File 'sig/types.rbs', line 255 def language @language end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
256 257 258 |
# File 'sig/types.rbs', line 256 def registry_name @registry_name end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
257 258 259 |
# File 'sig/types.rbs', line 257 def schema_name @schema_name end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
258 259 260 |
# File 'sig/types.rbs', line 258 def schema_version @schema_version end |