Class: Aws::Types::GetThreatEntitySetResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1497
1498
1499
# File 'sig/types.rbs', line 1497

def created_at
  @created_at
end

#error_details::String

Returns the value of attribute error_details.

Returns:

  • (::String)


1499
1500
1501
# File 'sig/types.rbs', line 1499

def error_details
  @error_details
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


1494
1495
1496
# File 'sig/types.rbs', line 1494

def expected_bucket_owner
  @expected_bucket_owner
end

#format"TXT", ...

Returns the value of attribute format.

Returns:

  • ("TXT", "STIX", "OTX_CSV", "ALIEN_VAULT", "PROOF_POINT", "FIRE_EYE")


1492
1493
1494
# File 'sig/types.rbs', line 1492

def format
  @format
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


1493
1494
1495
# File 'sig/types.rbs', line 1493

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1491
1492
1493
# File 'sig/types.rbs', line 1491

def name
  @name
end

#status"INACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("INACTIVE", "ACTIVATING", "ACTIVE", "DEACTIVATING", "ERROR", "DELETE_PENDING", "DELETED")


1495
1496
1497
# File 'sig/types.rbs', line 1495

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


1496
1497
1498
# File 'sig/types.rbs', line 1496

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1498
1499
1500
# File 'sig/types.rbs', line 1498

def updated_at
  @updated_at
end