Class: Aws::Types::UpdateAssessmentFrameworkRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_type ⇒ ::String

Returns the value of attribute compliance_type.

Returns:



1185
1186
1187
# File 'sig/types.rbs', line 1185

def compliance_type
  @compliance_type
end

#control_sets ⇒ ::Array[Types::UpdateAssessmentFrameworkControlSet]

Returns the value of attribute control_sets.

Returns:



1186
1187
1188
# File 'sig/types.rbs', line 1186

def control_sets
  @control_sets
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:



1184
1185
1186
# File 'sig/types.rbs', line 1184

def description
  @description
end

#framework_id ⇒ ::String

Returns the value of attribute framework_id.

Returns:



1182
1183
1184
# File 'sig/types.rbs', line 1182

def framework_id
  @framework_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:



1183
1184
1185
# File 'sig/types.rbs', line 1183

def name
  @name
end