Class: Aws::Types::GetCodeSecurityIntegrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCodeSecurityIntegrationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def integration_arn @integration_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def @tags end |