Class: Aws::Types::UpdateThreatEntitySetRequest

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)


3267
3268
3269
# File 'sig/types.rbs', line 3267

def activate
  @activate
end

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


3262
3263
3264
# File 'sig/types.rbs', line 3262

def detector_id
  @detector_id
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


3266
3267
3268
# File 'sig/types.rbs', line 3266

def expected_bucket_owner
  @expected_bucket_owner
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


3265
3266
3267
# File 'sig/types.rbs', line 3265

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3264
3265
3266
# File 'sig/types.rbs', line 3264

def name
  @name
end

#threat_entity_set_id::String

Returns the value of attribute threat_entity_set_id.

Returns:

  • (::String)


3263
3264
3265
# File 'sig/types.rbs', line 3263

def threat_entity_set_id
  @threat_entity_set_id
end