Class: Aws::Types::IntegrationSummary
- Inherits:
-
Object
- Object
- Aws::Types::IntegrationSummary
- 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.
-
#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.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def display_name @display_name end |
#installation_id ⇒ ::String
Returns the value of attribute installation_id.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def installation_id @installation_id end |
#integration_id ⇒ ::String
Returns the value of attribute integration_id.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def integration_id @integration_id end |
#private_connection_name ⇒ ::String
Returns the value of attribute private_connection_name.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def private_connection_name @private_connection_name end |
#provider ⇒ "GITHUB", ...
Returns the value of attribute provider.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def provider @provider end |
#provider_type ⇒ "SOURCE_CODE", "DOCUMENTATION"
Returns the value of attribute provider_type.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def provider_type @provider_type end |
#target_url ⇒ ::String
Returns the value of attribute target_url.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def target_url @target_url end |