Class: Aws::Types::PutIntegrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutIntegrationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
-
#integration_type ⇒ "OPENSEARCH"
Returns the value of attribute integration_type.
-
#resource_config ⇒ Types::ResourceConfig
Returns the value of attribute resource_config.
Instance Attribute Details
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
1829 1830 1831 |
# File 'sig/types.rbs', line 1829 def integration_name @integration_name end |
#integration_type ⇒ "OPENSEARCH"
Returns the value of attribute integration_type.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def integration_type @integration_type end |
#resource_config ⇒ Types::ResourceConfig
Returns the value of attribute resource_config.
1830 1831 1832 |
# File 'sig/types.rbs', line 1830 def resource_config @resource_config end |