Class: Aws::Types::CreateCodeSecurityIntegrationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateCodeSecurityIntegrationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_url ⇒ ::String
Returns the value of attribute authorization_url.
-
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#authorization_url ⇒ ::String
Returns the value of attribute authorization_url.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def @authorization_url end |
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def integration_arn @integration_arn end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def status @status end |