Module: Aws::SecurityAgent::Client::_CreateCodeReviewResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#agent_space_id::String

Returns:

  • (::String)


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

def agent_space_id: () -> ::String

#assetsTypes::Assets

Returns:



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

def assets: () -> Types::Assets

#code_remediation_strategy"AUTOMATIC", "DISABLED"

Returns:

  • ("AUTOMATIC", "DISABLED")


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

def code_remediation_strategy: () -> ("AUTOMATIC" | "DISABLED")

#code_review_id::String

Returns:

  • (::String)


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

def code_review_id: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#log_configTypes::CloudWatchLog



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

def log_config: () -> Types::CloudWatchLog

#service_role::String

Returns:

  • (::String)


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

def service_role: () -> ::String

#title::String

Returns:

  • (::String)


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

def title: () -> ::String

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time

#validation_mode"DISABLED", "SIMULATED"

Returns:

  • ("DISABLED", "SIMULATED")


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

def validation_mode: () -> ("DISABLED" | "SIMULATED")