Class: Aws::Types::UpdateCodeSecurityIntegrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCodeSecurityIntegrationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ Types::UpdateIntegrationDetails
Returns the value of attribute details.
-
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
Instance Attribute Details
#details ⇒ Types::UpdateIntegrationDetails
Returns the value of attribute details.
2817 2818 2819 |
# File 'sig/types.rbs', line 2817 def details @details end |
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
2816 2817 2818 |
# File 'sig/types.rbs', line 2816 def integration_arn @integration_arn end |