Class: Aws::Types::EntityInfo
- Inherits:
-
Object
- Object
- Aws::Types::EntityInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#type ⇒ "USER", ...
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
602 603 604 |
# File 'sig/types.rbs', line 602 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
605 606 607 |
# File 'sig/types.rbs', line 605 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
603 604 605 |
# File 'sig/types.rbs', line 603 def name @name end |
#path ⇒ ::String
Returns the value of attribute path.
606 607 608 |
# File 'sig/types.rbs', line 606 def path @path end |
#type ⇒ "USER", ...
Returns the value of attribute type.
604 605 606 |
# File 'sig/types.rbs', line 604 def type @type end |