Class: Aws::Types::ListThreatEntitySetsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2049
2050
2051
# File 'sig/types.rbs', line 2049

def next_token
  @next_token
end

#threat_entity_set_ids::Array[::String]

Returns the value of attribute threat_entity_set_ids.

Returns:

  • (::Array[::String])


2048
2049
2050
# File 'sig/types.rbs', line 2048

def threat_entity_set_ids
  @threat_entity_set_ids
end