Class: Aws::Types::AtigData
- Inherits:
-
Object
- Object
- Aws::Types::AtigData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#first_seen ⇒ ::Time
Returns the value of attribute first_seen.
-
#last_seen ⇒ ::Time
Returns the value of attribute last_seen.
-
#targets ⇒ ::Array[::String]
Returns the value of attribute targets.
-
#ttps ⇒ ::Array[::String]
Returns the value of attribute ttps.
Instance Attribute Details
#first_seen ⇒ ::Time
Returns the value of attribute first_seen.
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.
190 191 192 |
# File 'sig/types.rbs', line 190 def last_seen @last_seen end |
#targets ⇒ ::Array[::String]
Returns the value of attribute targets.
191 192 193 |
# File 'sig/types.rbs', line 191 def targets @targets end |
#ttps ⇒ ::Array[::String]
Returns the value of attribute ttps.
192 193 194 |
# File 'sig/types.rbs', line 192 def ttps @ttps end |