Class: Aws::Types::Detection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def arn
  @arn
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


595
596
597
# File 'sig/types.rbs', line 595

def count
  @count
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


597
598
599
# File 'sig/types.rbs', line 597

def name
  @name
end

#suppressedBoolean

Returns the value of attribute suppressed.

Returns:

  • (Boolean)


598
599
600
# File 'sig/types.rbs', line 598

def suppressed
  @suppressed
end

#type"CUSTOM", "MANAGED"

Returns the value of attribute type.

Returns:

  • ("CUSTOM", "MANAGED")


599
600
601
# File 'sig/types.rbs', line 599

def type
  @type
end