Class: Aws::Types::Signal

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actor_ids::Array[::String]

Returns the value of attribute actor_ids.

Returns:

  • (::Array[::String])


7627
7628
7629
# File 'sig/types.rbs', line 7627

def actor_ids
  @actor_ids
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


7626
7627
7628
# File 'sig/types.rbs', line 7626

def count
  @count
end

#created_at::Integer

Returns the value of attribute created_at.

Returns:

  • (::Integer)


7621
7622
7623
# File 'sig/types.rbs', line 7621

def created_at
  @created_at
end

#endpoint_ids::Array[::String]

Returns the value of attribute endpoint_ids.

Returns:

  • (::Array[::String])


7628
7629
7630
# File 'sig/types.rbs', line 7628

def endpoint_ids
  @endpoint_ids
end

#first_seen_at::Integer

Returns the value of attribute first_seen_at.

Returns:

  • (::Integer)


7623
7624
7625
# File 'sig/types.rbs', line 7623

def first_seen_at
  @first_seen_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


7615
7616
7617
# File 'sig/types.rbs', line 7615

def id
  @id
end

#last_seen_at::Integer

Returns the value of attribute last_seen_at.

Returns:

  • (::Integer)


7624
7625
7626
# File 'sig/types.rbs', line 7624

def last_seen_at
  @last_seen_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7620
7621
7622
# File 'sig/types.rbs', line 7620

def name
  @name
end

#product_arn::String

Returns the value of attribute product_arn.

Returns:

  • (::String)


7617
7618
7619
# File 'sig/types.rbs', line 7617

def product_arn
  @product_arn
end

#resource_ids::Array[::String]

Returns the value of attribute resource_ids.

Returns:

  • (::Array[::String])


7618
7619
7620
# File 'sig/types.rbs', line 7618

def resource_ids
  @resource_ids
end

#severity::Float

Returns the value of attribute severity.

Returns:

  • (::Float)


7625
7626
7627
# File 'sig/types.rbs', line 7625

def severity
  @severity
end

#signal_indicators::Array[Types::Indicator]

Returns the value of attribute signal_indicators.

Returns:



7619
7620
7621
# File 'sig/types.rbs', line 7619

def signal_indicators
  @signal_indicators
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


7616
7617
7618
# File 'sig/types.rbs', line 7616

def title
  @title
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


7614
7615
7616
# File 'sig/types.rbs', line 7614

def type
  @type
end

#updated_at::Integer

Returns the value of attribute updated_at.

Returns:

  • (::Integer)


7622
7623
7624
# File 'sig/types.rbs', line 7622

def updated_at
  @updated_at
end