Class: Aws::Types::IntegrationSummary
- Inherits:
-
Object
- Object
- Aws::Types::IntegrationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
-
#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 ⇒ ::String
Returns the value of attribute integration_name.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def integration_name @integration_name end |
#integration_status ⇒ "PROVISIONING", ...
Returns the value of attribute integration_status.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def integration_status @integration_status end |
#integration_type ⇒ "OPENSEARCH"
Returns the value of attribute integration_type.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def integration_type @integration_type end |