Class: Aws::Types::OrganizationFeatureConfiguration

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::OrganizationAdditionalConfiguration]

Returns the value of attribute additional_configuration.



2333
2334
2335
# File 'sig/types.rbs', line 2333

def additional_configuration
  @additional_configuration
end

#auto_enable"NEW", ...

Returns the value of attribute auto_enable.

Returns:

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


2332
2333
2334
# File 'sig/types.rbs', line 2332

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")


2331
2332
2333
# File 'sig/types.rbs', line 2331

def name
  @name
end