Class: Aws::Types::BatchDeleteCodeReviewsInput

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)


138
139
140
# File 'sig/types.rbs', line 138

def agent_space_id
  @agent_space_id
end

#code_review_ids::Array[::String]

Returns the value of attribute code_review_ids.

Returns:

  • (::Array[::String])


137
138
139
# File 'sig/types.rbs', line 137

def code_review_ids
  @code_review_ids
end