Class: Aws::Types::AtigData

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#first_seen ⇒ ::Time

Returns the value of attribute first_seen.

Returns:



189
190
191
# File 'sig/types.rbs', line 189

def first_seen
  @first_seen
end

#last_seen ⇒ ::Time

Returns the value of attribute last_seen.

Returns:



190
191
192
# File 'sig/types.rbs', line 190

def last_seen
  @last_seen
end

#targets ⇒ ::Array[::String]

Returns the value of attribute targets.

Returns:



191
192
193
# File 'sig/types.rbs', line 191

def targets
  @targets
end

#ttps ⇒ ::Array[::String]

Returns the value of attribute ttps.

Returns:



192
193
194
# File 'sig/types.rbs', line 192

def ttps
  @ttps
end