Module: Aws::CodeGuruSecurity::Client::_GetScanResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetScanResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #analysis_type ⇒ "Security", "All"
- #created_at ⇒ ::Time
- #error_message ⇒ ::String
- #number_of_revisions ⇒ ::Integer
- #run_id ⇒ ::String
- #scan_name ⇒ ::String
- #scan_name_arn ⇒ ::String
- #scan_state ⇒ "InProgress", ...
- #updated_at ⇒ ::Time
Instance Method Details
#analysis_type ⇒ "Security", "All"
169 |
# File 'sig/client.rbs', line 169
def analysis_type: () -> ("Security" | "All")
|
#created_at ⇒ ::Time
168 |
# File 'sig/client.rbs', line 168
def created_at: () -> ::Time
|
#error_message ⇒ ::String
173 |
# File 'sig/client.rbs', line 173
def error_message: () -> ::String
|
#number_of_revisions ⇒ ::Integer
171 |
# File 'sig/client.rbs', line 171
def number_of_revisions: () -> ::Integer
|
#run_id ⇒ ::String
166 |
# File 'sig/client.rbs', line 166
def run_id: () -> ::String
|
#scan_name ⇒ ::String
165 |
# File 'sig/client.rbs', line 165
def scan_name: () -> ::String
|
#scan_name_arn ⇒ ::String
172 |
# File 'sig/client.rbs', line 172
def scan_name_arn: () -> ::String
|
#scan_state ⇒ "InProgress", ...
167 |
# File 'sig/client.rbs', line 167
def scan_state: () -> ("InProgress" | "Successful" | "Failed")
|
#updated_at ⇒ ::Time
170 |
# File 'sig/client.rbs', line 170
def updated_at: () -> ::Time
|