Class: Aws::Types::UpdateThreatIntelSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activateBoolean

Returns the value of attribute activate.

Returns:

  • (Boolean)


3279
3280
3281
# File 'sig/types.rbs', line 3279

def activate
  @activate
end

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


3275
3276
3277
# File 'sig/types.rbs', line 3275

def detector_id
  @detector_id
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


3280
3281
3282
# File 'sig/types.rbs', line 3280

def expected_bucket_owner
  @expected_bucket_owner
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


3278
3279
3280
# File 'sig/types.rbs', line 3278

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3277
3278
3279
# File 'sig/types.rbs', line 3277

def name
  @name
end

#threat_intel_set_id::String

Returns the value of attribute threat_intel_set_id.

Returns:

  • (::String)


3276
3277
3278
# File 'sig/types.rbs', line 3276

def threat_intel_set_id
  @threat_intel_set_id
end