Module: Aws::Inspector2::Client::_CreateCodeSecurityIntegrationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateCodeSecurityIntegrationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#authorization_url ⇒ ::String
239 |
# File 'sig/client.rbs', line 239
def authorization_url: () -> ::String
|
#integration_arn ⇒ ::String
237 |
# File 'sig/client.rbs', line 237
def integration_arn: () -> ::String
|
#status ⇒ "PENDING", ...
238 |
# File 'sig/client.rbs', line 238
def status: () -> ("PENDING" | "IN_PROGRESS" | "ACTIVE" | "INACTIVE" | "DISABLING")
|