Class: Aws::Types::InsightEntity
- Inherits:
-
Object
- Object
- Aws::Types::InsightEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "Account", "DomainName"
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ "Account", "DomainName"
Returns the value of attribute type.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def value @value end |