Class: Aws::Types::UpdateMemberDetectorsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_ids::Array[::String]

Returns the value of attribute account_ids.

Returns:

  • (::Array[::String])


3218
3219
3220
# File 'sig/types.rbs', line 3218

def 
  @account_ids
end

#data_sourcesTypes::DataSourceConfigurations

Returns the value of attribute data_sources.



3219
3220
3221
# File 'sig/types.rbs', line 3219

def data_sources
  @data_sources
end

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


3217
3218
3219
# File 'sig/types.rbs', line 3217

def detector_id
  @detector_id
end

#features::Array[Types::MemberFeaturesConfiguration]

Returns the value of attribute features.



3220
3221
3222
# File 'sig/types.rbs', line 3220

def features
  @features
end