Class: Aws::Types::UpdateSettingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:default_assessment_reports_destination, :default_process_owners])

Instance Attribute Summary collapse

Instance Attribute Details

#default_assessment_reports_destination ⇒ Types::AssessmentReportsDestination

Returns the value of attribute default_assessment_reports_destination.



1251
1252
1253
# File 'sig/types.rbs', line 1251

def default_assessment_reports_destination
  @default_assessment_reports_destination
end

#default_export_destination ⇒ Types::DefaultExportDestination

Returns the value of attribute default_export_destination.



1256
1257
1258
# File 'sig/types.rbs', line 1256

def default_export_destination
  @default_export_destination
end

#default_process_owners ⇒ ::Array[Types::Role]

Returns the value of attribute default_process_owners.

Returns:



1252
1253
1254
# File 'sig/types.rbs', line 1252

def default_process_owners
  @default_process_owners
end

#deregistration_policy ⇒ Types::DeregistrationPolicy

Returns the value of attribute deregistration_policy.



1255
1256
1257
# File 'sig/types.rbs', line 1255

def deregistration_policy
  @deregistration_policy
end

#evidence_finder_enabled ⇒ Boolean

Returns the value of attribute evidence_finder_enabled.

Returns:

  • (Boolean)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def evidence_finder_enabled
  @evidence_finder_enabled
end

#kms_key ⇒ ::String

Returns the value of attribute kms_key.

Returns:

  • (::String)


1253
1254
1255
# File 'sig/types.rbs', line 1253

def kms_key
  @kms_key
end

#sns_topic ⇒ ::String

Returns the value of attribute sns_topic.

Returns:

  • (::String)


1250
1251
1252
# File 'sig/types.rbs', line 1250

def sns_topic
  @sns_topic
end