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.
4732 4733 4734 |
# File 'sig/types.rbs', line 4732 def conversion_spec @conversion_spec end |
#field_name ⇒ ::String
Returns the value of attribute field_name.
4730 4731 4732 |
# File 'sig/types.rbs', line 4730 def field_name @field_name end |
#function_spec ⇒ ::String
Returns the value of attribute function_spec.
4731 4732 4733 |
# File 'sig/types.rbs', line 4731 def function_spec @function_spec end |