Class: Aws::Types::ControlMappingSource

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)


349
350
351
# File 'sig/types.rbs', line 349

def source_description
  @source_description
end

#source_frequency ⇒ "DAILY", ...

Returns the value of attribute source_frequency.

Returns:

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


353
354
355
# File 'sig/types.rbs', line 353

def source_frequency
  @source_frequency
end

#source_id ⇒ ::String

Returns the value of attribute source_id.

Returns:

  • (::String)


347
348
349
# File 'sig/types.rbs', line 347

def source_id
  @source_id
end

#source_keyword ⇒ Types::SourceKeyword

Returns the value of attribute source_keyword.



352
353
354
# File 'sig/types.rbs', line 352

def source_keyword
  @source_keyword
end

#source_name ⇒ ::String

Returns the value of attribute source_name.

Returns:

  • (::String)


348
349
350
# File 'sig/types.rbs', line 348

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")


350
351
352
# File 'sig/types.rbs', line 350

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")


351
352
353
# File 'sig/types.rbs', line 351

def source_type
  @source_type
end

#troubleshooting_text ⇒ ::String

Returns the value of attribute troubleshooting_text.

Returns:

  • (::String)


354
355
356
# File 'sig/types.rbs', line 354

def troubleshooting_text
  @troubleshooting_text
end