Class: Aws::Types::UpdateSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_assessment_reports_destination ⇒ Types::AssessmentReportsDestination
Returns the value of attribute default_assessment_reports_destination.
-
#default_export_destination ⇒ Types::DefaultExportDestination
Returns the value of attribute default_export_destination.
-
#default_process_owners ⇒ ::Array[Types::Role]
Returns the value of attribute default_process_owners.
-
#deregistration_policy ⇒ Types::DeregistrationPolicy
Returns the value of attribute deregistration_policy.
-
#evidence_finder_enabled ⇒ Boolean
Returns the value of attribute evidence_finder_enabled.
-
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
-
#sns_topic ⇒ ::String
Returns the value of attribute sns_topic.
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.
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.
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.
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.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def sns_topic @sns_topic end |