Class: Aws::Types::ConfluenceResourceCapabilities
- Inherits:
-
Object
- Object
- Aws::Types::ConfluenceResourceCapabilities
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_document ⇒ Boolean
Returns the value of attribute create_document.
-
#fetch_document ⇒ Boolean
Returns the value of attribute fetch_document.
-
#update_document ⇒ Boolean
Returns the value of attribute update_document.
Instance Attribute Details
#create_document ⇒ Boolean
Returns the value of attribute create_document.
576 577 578 |
# File 'sig/types.rbs', line 576 def create_document @create_document end |
#fetch_document ⇒ Boolean
Returns the value of attribute fetch_document.
575 576 577 |
# File 'sig/types.rbs', line 575 def fetch_document @fetch_document end |
#update_document ⇒ Boolean
Returns the value of attribute update_document.
577 578 579 |
# File 'sig/types.rbs', line 577 def update_document @update_document end |