Class: Aws::Types::InsightEntity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#type"Account", "DomainName"

Returns the value of attribute type.

Returns:

  • ("Account", "DomainName")


1490
1491
1492
# File 'sig/types.rbs', line 1490

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


1491
1492
1493
# File 'sig/types.rbs', line 1491

def value
  @value
end