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.
590 591 592 |
# File 'sig/types.rbs', line 590 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
593 594 595 |
# File 'sig/types.rbs', line 593 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
591 592 593 |
# File 'sig/types.rbs', line 591 def name @name end |
#path ⇒ ::String
Returns the value of attribute path.
594 595 596 |
# File 'sig/types.rbs', line 594 def path @path end |
#type ⇒ "USER", ...
Returns the value of attribute type.
592 593 594 |
# File 'sig/types.rbs', line 592 def type @type end |