Class: Aws::Types::RelatedFindingDetail

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)


397
398
399
# File 'sig/types.rbs', line 397

def arn
  @arn
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def ip_address
  @ip_address
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def type
  @type
end