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
660 |
# File 'sig/client.rbs', line 660
def authorization_url: () -> ::String
|
#created_on ⇒ ::Time
658 |
# File 'sig/client.rbs', line 658
def created_on: () -> ::Time
|
#integration_arn ⇒ ::String
653 |
# File 'sig/client.rbs', line 653
def integration_arn: () -> ::String
|
#last_update_on ⇒ ::Time
659 |
# File 'sig/client.rbs', line 659
def last_update_on: () -> ::Time
|
#name ⇒ ::String
654 |
# File 'sig/client.rbs', line 654
def name: () -> ::String
|
#status ⇒ "PENDING", ...
656 |
# File 'sig/client.rbs', line 656
def status: () -> ("PENDING" | "IN_PROGRESS" | "ACTIVE" | "INACTIVE" | "DISABLING")
|
#status_reason ⇒ ::String
657 |
# File 'sig/client.rbs', line 657
def status_reason: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
661 |
# File 'sig/client.rbs', line 661
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "GITLAB_SELF_MANAGED", "GITHUB"
655 |
# File 'sig/client.rbs', line 655
def type: () -> ("GITLAB_SELF_MANAGED" | "GITHUB")
|