Class: Aws::Types::UpdateAssessmentFrameworkControlSet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#controls ⇒ ::Array[Types::CreateAssessmentFrameworkControl]

Returns the value of attribute controls.



1177
1178
1179
# File 'sig/types.rbs', line 1177

def controls
  @controls
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


1175
1176
1177
# File 'sig/types.rbs', line 1175

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1176
1177
1178
# File 'sig/types.rbs', line 1176

def name
  @name
end