Class: Aws::Types::DocumentAclUser
- Inherits:
-
Object
- Object
- Aws::Types::DocumentAclUser
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#type ⇒ "KNOWLEDGE_BASE", "DATA_SOURCE"
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
621 622 623 |
# File 'sig/types.rbs', line 621 def id @id end |
#type ⇒ "KNOWLEDGE_BASE", "DATA_SOURCE"
Returns the value of attribute type.
622 623 624 |
# File 'sig/types.rbs', line 622 def type @type end |