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.
4761 4762 4763 |
# File 'sig/types.rbs', line 4761 def conversion_spec @conversion_spec end |
#field_name ⇒ ::String
Returns the value of attribute field_name.
4759 4760 4761 |
# File 'sig/types.rbs', line 4759 def field_name @field_name end |
#function_spec ⇒ ::String
Returns the value of attribute function_spec.
4760 4761 4762 |
# File 'sig/types.rbs', line 4760 def function_spec @function_spec end |