Module: Aws::CodeGuruSecurity::Client::_CreateScanResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreateScanResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#resource_idTypes::ResourceId

Returns:



101
# File 'sig/client.rbs', line 101

def resource_id: () -> Types::ResourceId

#run_id::String

Returns:

  • (::String)


100
# File 'sig/client.rbs', line 100

def run_id: () -> ::String

#scan_name::String

Returns:

  • (::String)


99
# File 'sig/client.rbs', line 99

def scan_name: () -> ::String

#scan_name_arn::String

Returns:

  • (::String)


103
# File 'sig/client.rbs', line 103

def scan_name_arn: () -> ::String

#scan_state"InProgress", ...

Returns:

  • ("InProgress", "Successful", "Failed")


102
# File 'sig/client.rbs', line 102

def scan_state: () -> ("InProgress" | "Successful" | "Failed")