Class: Aws::Types::CreateControlRequest

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)


445
446
447
# File 'sig/types.rbs', line 445

def action_plan_instructions
  @action_plan_instructions
end

#action_plan_title ⇒ ::String

Returns the value of attribute action_plan_title.

Returns:

  • (::String)


444
445
446
# File 'sig/types.rbs', line 444

def action_plan_title
  @action_plan_title
end

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

Returns the value of attribute control_mapping_sources.

Returns:



446
447
448
# File 'sig/types.rbs', line 446

def control_mapping_sources
  @control_mapping_sources
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


442
443
444
# File 'sig/types.rbs', line 442

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


441
442
443
# File 'sig/types.rbs', line 441

def name
  @name
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


447
448
449
# File 'sig/types.rbs', line 447

def tags
  @tags
end

#testing_information ⇒ ::String

Returns the value of attribute testing_information.

Returns:

  • (::String)


443
444
445
# File 'sig/types.rbs', line 443

def testing_information
  @testing_information
end