Class: Aws::Types::GetIntegrationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetIntegrationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#integration_details ⇒ Types::IntegrationDetails
Returns the value of attribute integration_details.
-
#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_details ⇒ Types::IntegrationDetails
Returns the value of attribute integration_details.
935 936 937 |
# File 'sig/types.rbs', line 935 def integration_details @integration_details end |
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
932 933 934 |
# File 'sig/types.rbs', line 932 def integration_name @integration_name end |
#integration_status ⇒ "PROVISIONING", ...
Returns the value of attribute integration_status.
934 935 936 |
# File 'sig/types.rbs', line 934 def integration_status @integration_status end |
#integration_type ⇒ "OPENSEARCH"
Returns the value of attribute integration_type.
933 934 935 |
# File 'sig/types.rbs', line 933 def integration_type @integration_type end |