Class: Aws::Types::OrganizationFeatureConfigurationResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_configuration::Array[Types::OrganizationAdditionalConfigurationResult]

Returns the value of attribute additional_configuration.



2340
2341
2342
# File 'sig/types.rbs', line 2340

def additional_configuration
  @additional_configuration
end

#auto_enable"NEW", ...

Returns the value of attribute auto_enable.

Returns:

  • ("NEW", "NONE", "ALL")


2339
2340
2341
# File 'sig/types.rbs', line 2339

def auto_enable
  @auto_enable
end

#name"S3_DATA_EVENTS", ...

Returns the value of attribute name.

Returns:

  • ("S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "LAMBDA_NETWORK_LOGS", "EKS_RUNTIME_MONITORING", "RUNTIME_MONITORING", "AI_PROTECTION")


2338
2339
2340
# File 'sig/types.rbs', line 2338

def name
  @name
end