Class: Aws::Types::Settings
- Inherits:
-
Object
- Object
- Aws::Types::Settings
- 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_enablement ⇒ Types::EvidenceFinderEnablement
Returns the value of attribute evidence_finder_enablement.
-
#is_aws_org_enabled ⇒ Boolean
Returns the value of attribute is_aws_org_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.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def default_assessment_reports_destination @default_assessment_reports_destination end |
#default_export_destination ⇒ Types::DefaultExportDestination
Returns the value of attribute default_export_destination.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def default_export_destination @default_export_destination end |
#default_process_owners ⇒ ::Array[Types::Role]
Returns the value of attribute default_process_owners.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def default_process_owners @default_process_owners end |
#deregistration_policy ⇒ Types::DeregistrationPolicy
Returns the value of attribute deregistration_policy.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def deregistration_policy @deregistration_policy end |
#evidence_finder_enablement ⇒ Types::EvidenceFinderEnablement
Returns the value of attribute evidence_finder_enablement.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def evidence_finder_enablement @evidence_finder_enablement end |
#is_aws_org_enabled ⇒ Boolean
Returns the value of attribute is_aws_org_enabled.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def is_aws_org_enabled @is_aws_org_enabled end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def kms_key @kms_key end |
#sns_topic ⇒ ::String
Returns the value of attribute sns_topic.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def sns_topic @sns_topic end |