Class: Aws::Types::CreateControlMappingSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:troubleshooting_text])

Instance Attribute Summary collapse

Instance Attribute Details

#source_description ⇒ ::String

Returns the value of attribute source_description.

Returns:

  • (::String)


431
432
433
# File 'sig/types.rbs', line 431

def source_description
  @source_description
end

#source_frequency ⇒ "DAILY", ...

Returns the value of attribute source_frequency.

Returns:

  • ("DAILY", "WEEKLY", "MONTHLY")


435
436
437
# File 'sig/types.rbs', line 435

def source_frequency
  @source_frequency
end

#source_keyword ⇒ Types::SourceKeyword

Returns the value of attribute source_keyword.



434
435
436
# File 'sig/types.rbs', line 434

def source_keyword
  @source_keyword
end

#source_name ⇒ ::String

Returns the value of attribute source_name.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def source_name
  @source_name
end

#source_set_up_option ⇒ "System_Controls_Mapping", "Procedural_Controls_Mapping"

Returns the value of attribute source_set_up_option.

Returns:

  • ("System_Controls_Mapping", "Procedural_Controls_Mapping")


432
433
434
# File 'sig/types.rbs', line 432

def source_set_up_option
  @source_set_up_option
end

#source_type ⇒ "AWS_Cloudtrail", ...

Returns the value of attribute source_type.

Returns:

  • ("AWS_Cloudtrail", "AWS_Config", "AWS_Security_Hub", "AWS_API_Call", "MANUAL", "Common_Control", "Core_Control")


433
434
435
# File 'sig/types.rbs', line 433

def source_type
  @source_type
end

#troubleshooting_text ⇒ ::String

Returns the value of attribute troubleshooting_text.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def troubleshooting_text
  @troubleshooting_text
end