Class: Aws::Types::DocumentAclGroup
- Inherits:
-
Object
- Object
- Aws::Types::DocumentAclGroup
- 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.
691 692 693 |
# File 'sig/types.rbs', line 691 def id @id end |
#type ⇒ "KNOWLEDGE_BASE", "DATA_SOURCE"
Returns the value of attribute type.
692 693 694 |
# File 'sig/types.rbs', line 692 def type @type end |