Module: Aws::Inspector2::Client::_GetCodeSecurityIntegrationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCodeSecurityIntegrationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #authorization_url ⇒ ::String
- #created_on ⇒ ::Time
- #integration_arn ⇒ ::String
- #last_update_on ⇒ ::Time
- #name ⇒ ::String
- #status ⇒ "PENDING", ...
- #status_reason ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #type ⇒ "GITLAB_SELF_MANAGED", "GITHUB"
Instance Method Details
#authorization_url ⇒ ::String
593 |
# File 'sig/client.rbs', line 593
def authorization_url: () -> ::String
|
#created_on ⇒ ::Time
590 |
# File 'sig/client.rbs', line 590
def created_on: () -> ::Time
|
#integration_arn ⇒ ::String
585 |
# File 'sig/client.rbs', line 585
def integration_arn: () -> ::String
|
#last_update_on ⇒ ::Time
591 |
# File 'sig/client.rbs', line 591
def last_update_on: () -> ::Time
|
#name ⇒ ::String
586 |
# File 'sig/client.rbs', line 586
def name: () -> ::String
|
#status ⇒ "PENDING", ...
588 |
# File 'sig/client.rbs', line 588
def status: () -> ("PENDING" | "IN_PROGRESS" | "ACTIVE" | "INACTIVE" | "DISABLING")
|
#status_reason ⇒ ::String
589 |
# File 'sig/client.rbs', line 589
def status_reason: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
592 |
# File 'sig/client.rbs', line 592
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "GITLAB_SELF_MANAGED", "GITHUB"
587 |
# File 'sig/client.rbs', line 587
def type: () -> ("GITLAB_SELF_MANAGED" | "GITHUB")
|