Class: Aws::Types::DescribeCodeBindingRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCodeBindingRequest
- 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.
138 139 140 |
# File 'sig/types.rbs', line 138 def language @language end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
139 140 141 |
# File 'sig/types.rbs', line 139 def registry_name @registry_name end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
140 141 142 |
# File 'sig/types.rbs', line 140 def schema_name @schema_name end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
141 142 143 |
# File 'sig/types.rbs', line 141 def schema_version @schema_version end |