Class: Aws::Types::Settings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:sns_topic, :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.



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.

Returns:



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.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1089
1090
1091
# File 'sig/types.rbs', line 1089

def sns_topic
  @sns_topic
end