Class: Aws::Types::UpdateAssessmentControlSetStatusRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_id ⇒ ::String

Returns the value of attribute assessment_id.



1162
1163
1164
# File 'sig/types.rbs', line 1162

def assessment_id
  @assessment_id
end

#comment ⇒ ::String

Returns the value of attribute comment.



1165
1166
1167
# File 'sig/types.rbs', line 1165

def comment
  @comment
end

#control_set_id ⇒ ::String

Returns the value of attribute control_set_id.



1163
1164
1165
# File 'sig/types.rbs', line 1163

def control_set_id
  @control_set_id
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.



1164
1165
1166
# File 'sig/types.rbs', line 1164

def status
  @status
end