Class: Aws::Types::IntegrationPartition
- Inherits:
-
Object
- Object
- Aws::Types::IntegrationPartition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conversion_spec ⇒ ::String
Returns the value of attribute conversion_spec.
-
#field_name ⇒ ::String
Returns the value of attribute field_name.
-
#function_spec ⇒ ::String
Returns the value of attribute function_spec.
Instance Attribute Details
#conversion_spec ⇒ ::String
Returns the value of attribute conversion_spec.
4751 4752 4753 |
# File 'sig/types.rbs', line 4751 def conversion_spec @conversion_spec end |
#field_name ⇒ ::String
Returns the value of attribute field_name.
4749 4750 4751 |
# File 'sig/types.rbs', line 4749 def field_name @field_name end |
#function_spec ⇒ ::String
Returns the value of attribute function_spec.
4750 4751 4752 |
# File 'sig/types.rbs', line 4750 def function_spec @function_spec end |