Class: Aws::Types::CreateDetectorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


468
469
470
# File 'sig/types.rbs', line 468

def client_token
  @client_token
end

#data_sourcesTypes::DataSourceConfigurations

Returns the value of attribute data_sources.



470
471
472
# File 'sig/types.rbs', line 470

def data_sources
  @data_sources
end

#enableBoolean

Returns the value of attribute enable.

Returns:

  • (Boolean)


467
468
469
# File 'sig/types.rbs', line 467

def enable
  @enable
end

#features::Array[Types::DetectorFeatureConfiguration]

Returns the value of attribute features.



472
473
474
# File 'sig/types.rbs', line 472

def features
  @features
end

#finding_publishing_frequency"FIFTEEN_MINUTES", ...

Returns the value of attribute finding_publishing_frequency.

Returns:

  • ("FIFTEEN_MINUTES", "ONE_HOUR", "SIX_HOURS")


469
470
471
# File 'sig/types.rbs', line 469

def finding_publishing_frequency
  @finding_publishing_frequency
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


471
472
473
# File 'sig/types.rbs', line 471

def tags
  @tags
end