Class: Aws::Types::UpdateOrganizationConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enableBoolean

Returns the value of attribute auto_enable.

Returns:

  • (Boolean)


3231
3232
3233
# File 'sig/types.rbs', line 3231

def auto_enable
  @auto_enable
end

#auto_enable_organization_members"NEW", ...

Returns the value of attribute auto_enable_organization_members.

Returns:

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


3234
3235
3236
# File 'sig/types.rbs', line 3234

def auto_enable_organization_members
  @auto_enable_organization_members
end

#data_sourcesTypes::OrganizationDataSourceConfigurations

Returns the value of attribute data_sources.



3232
3233
3234
# File 'sig/types.rbs', line 3232

def data_sources
  @data_sources
end

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


3230
3231
3232
# File 'sig/types.rbs', line 3230

def detector_id
  @detector_id
end

#features::Array[Types::OrganizationFeatureConfiguration]

Returns the value of attribute features.



3233
3234
3235
# File 'sig/types.rbs', line 3233

def features
  @features
end