Class: Aws::Types::DescribeEntityResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEntityResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "GROUP", ...
Returns the value of attribute type.
Instance Attribute Details
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
409 410 411 |
# File 'sig/types.rbs', line 409 def entity_id @entity_id end |
#name ⇒ ::String
Returns the value of attribute name.
410 411 412 |
# File 'sig/types.rbs', line 410 def name @name end |
#type ⇒ "GROUP", ...
Returns the value of attribute type.
411 412 413 |
# File 'sig/types.rbs', line 411 def type @type end |