Module: Aws::CodeGuruSecurity::Client::_CreateScanResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateScanResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #resource_id ⇒ Types::ResourceId
- #run_id ⇒ ::String
- #scan_name ⇒ ::String
- #scan_name_arn ⇒ ::String
- #scan_state ⇒ "InProgress", ...
Instance Method Details
#resource_id ⇒ Types::ResourceId
101 |
# File 'sig/client.rbs', line 101
def resource_id: () -> Types::ResourceId
|
#run_id ⇒ ::String
100 |
# File 'sig/client.rbs', line 100
def run_id: () -> ::String
|
#scan_name ⇒ ::String
99 |
# File 'sig/client.rbs', line 99
def scan_name: () -> ::String
|
#scan_name_arn ⇒ ::String
103 |
# File 'sig/client.rbs', line 103
def scan_name_arn: () -> ::String
|
#scan_state ⇒ "InProgress", ...
102 |
# File 'sig/client.rbs', line 102
def scan_state: () -> ("InProgress" | "Successful" | "Failed")
|