Class: Aws::Types::GetThreatIntelSetResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


1515
1516
1517
# File 'sig/types.rbs', line 1515

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")


1511
1512
1513
# File 'sig/types.rbs', line 1511

def format
  @format
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


1512
1513
1514
# File 'sig/types.rbs', line 1512

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1510
1511
1512
# File 'sig/types.rbs', line 1510

def name
  @name
end

#status"INACTIVE", ...

Returns the value of attribute status.

Returns:

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


1513
1514
1515
# File 'sig/types.rbs', line 1513

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


1514
1515
1516
# File 'sig/types.rbs', line 1514

def tags
  @tags
end