Class: Aws::Types::CreateCodeReviewOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


637
638
639
# File 'sig/types.rbs', line 637

def agent_space_id
  @agent_space_id
end

#assetsTypes::Assets

Returns the value of attribute assets.

Returns:



634
635
636
# File 'sig/types.rbs', line 634

def assets
  @assets
end

#code_remediation_strategy"AUTOMATIC", "DISABLED"

Returns the value of attribute code_remediation_strategy.

Returns:

  • ("AUTOMATIC", "DISABLED")


638
639
640
# File 'sig/types.rbs', line 638

def code_remediation_strategy
  @code_remediation_strategy
end

#code_review_id::String

Returns the value of attribute code_review_id.

Returns:

  • (::String)


630
631
632
# File 'sig/types.rbs', line 630

def code_review_id
  @code_review_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


632
633
634
# File 'sig/types.rbs', line 632

def created_at
  @created_at
end

#log_configTypes::CloudWatchLog

Returns the value of attribute log_config.



636
637
638
# File 'sig/types.rbs', line 636

def log_config
  @log_config
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


635
636
637
# File 'sig/types.rbs', line 635

def service_role
  @service_role
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


631
632
633
# File 'sig/types.rbs', line 631

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


633
634
635
# File 'sig/types.rbs', line 633

def updated_at
  @updated_at
end

#validation_mode"DISABLED", "SIMULATED"

Returns the value of attribute validation_mode.

Returns:

  • ("DISABLED", "SIMULATED")


639
640
641
# File 'sig/types.rbs', line 639

def validation_mode
  @validation_mode
end