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.
933 934 935 |
# File 'sig/types.rbs', line 933 def integration_details @integration_details end |
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
930 931 932 |
# File 'sig/types.rbs', line 930 def integration_name @integration_name end |
#integration_status ⇒ "PROVISIONING", ...
Returns the value of attribute integration_status.
932 933 934 |
# File 'sig/types.rbs', line 932 def integration_status @integration_status end |
#integration_type ⇒ "OPENSEARCH"
Returns the value of attribute integration_type.
931 932 933 |
# File 'sig/types.rbs', line 931 def integration_type @integration_type end |