Class: Aws::Types::ConfluenceResourceCapabilities

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_documentBoolean

Returns the value of attribute create_document.

Returns:

  • (Boolean)


576
577
578
# File 'sig/types.rbs', line 576

def create_document
  @create_document
end

#fetch_documentBoolean

Returns the value of attribute fetch_document.

Returns:

  • (Boolean)


575
576
577
# File 'sig/types.rbs', line 575

def fetch_document
  @fetch_document
end

#update_documentBoolean

Returns the value of attribute update_document.

Returns:

  • (Boolean)


577
578
579
# File 'sig/types.rbs', line 577

def update_document
  @update_document
end