Class: Aws::Types::GetIntegrationOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetIntegrationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#installation_id ⇒ ::String
Returns the value of attribute installation_id.
-
#integration_id ⇒ ::String
Returns the value of attribute integration_id.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#private_connection_name ⇒ ::String
Returns the value of attribute private_connection_name.
-
#provider ⇒ "GITHUB", ...
Returns the value of attribute provider.
-
#provider_type ⇒ "SOURCE_CODE", "DOCUMENTATION"
Returns the value of attribute provider_type.
-
#target_url ⇒ ::String
Returns the value of attribute target_url.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def display_name @display_name end |
#installation_id ⇒ ::String
Returns the value of attribute installation_id.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def installation_id @installation_id end |
#integration_id ⇒ ::String
Returns the value of attribute integration_id.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def integration_id @integration_id end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def kms_key_id @kms_key_id end |
#private_connection_name ⇒ ::String
Returns the value of attribute private_connection_name.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def private_connection_name @private_connection_name end |
#provider ⇒ "GITHUB", ...
Returns the value of attribute provider.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def provider @provider end |
#provider_type ⇒ "SOURCE_CODE", "DOCUMENTATION"
Returns the value of attribute provider_type.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def provider_type @provider_type end |
#target_url ⇒ ::String
Returns the value of attribute target_url.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def target_url @target_url end |