Class: Aws::Types::CodeRemediationTaskDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute code_diff_link.

Returns:

  • (::String)


449
450
451
# File 'sig/types.rbs', line 449

def code_diff_link
  @code_diff_link
end

Returns the value of attribute pull_request_link.

Returns:

  • (::String)


450
451
452
# File 'sig/types.rbs', line 450

def pull_request_link
  @pull_request_link
end

#repo_name::String

Returns the value of attribute repo_name.

Returns:

  • (::String)


448
449
450
# File 'sig/types.rbs', line 448

def repo_name
  @repo_name
end