Class: Aws::Types::ListIntegrationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListIntegrationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#integration_name_prefix ⇒ ::String
Returns the value of attribute integration_name_prefix.
-
#integration_status ⇒ "PROVISIONING", ...
Returns the value of attribute integration_status.
-
#integration_type ⇒ "OPENSEARCH"
Returns the value of attribute integration_type.
Instance Attribute Details
#integration_name_prefix ⇒ ::String
Returns the value of attribute integration_name_prefix.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def integration_name_prefix @integration_name_prefix end |
#integration_status ⇒ "PROVISIONING", ...
Returns the value of attribute integration_status.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def integration_status @integration_status end |
#integration_type ⇒ "OPENSEARCH"
Returns the value of attribute integration_type.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def integration_type @integration_type end |