Class: Aws::Types::UpdateControlRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :testing_information, :action_plan_title, :action_plan_instructions])

Instance Attribute Summary collapse

Instance Attribute Details

#action_plan_instructions ⇒ ::String

Returns the value of attribute action_plan_instructions.

Returns:

  • (::String)


1239
1240
1241
# File 'sig/types.rbs', line 1239

def action_plan_instructions
  @action_plan_instructions
end

#action_plan_title ⇒ ::String

Returns the value of attribute action_plan_title.

Returns:

  • (::String)


1238
1239
1240
# File 'sig/types.rbs', line 1238

def action_plan_title
  @action_plan_title
end

#control_id ⇒ ::String

Returns the value of attribute control_id.

Returns:

  • (::String)


1234
1235
1236
# File 'sig/types.rbs', line 1234

def control_id
  @control_id
end

#control_mapping_sources ⇒ ::Array[Types::ControlMappingSource]

Returns the value of attribute control_mapping_sources.

Returns:



1240
1241
1242
# File 'sig/types.rbs', line 1240

def control_mapping_sources
  @control_mapping_sources
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1236
1237
1238
# File 'sig/types.rbs', line 1236

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1235
1236
1237
# File 'sig/types.rbs', line 1235

def name
  @name
end

#testing_information ⇒ ::String

Returns the value of attribute testing_information.

Returns:

  • (::String)


1237
1238
1239
# File 'sig/types.rbs', line 1237

def testing_information
  @testing_information
end