Class: Aws::Types::ConfluenceDocumentResource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def name
  @name
end

#page_id::String

Returns the value of attribute page_id.

Returns:

  • (::String)


582
583
584
# File 'sig/types.rbs', line 582

def page_id
  @page_id
end

#space_key::String

Returns the value of attribute space_key.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def space_key
  @space_key
end

#space_title::String

Returns the value of attribute space_title.

Returns:

  • (::String)


584
585
586
# File 'sig/types.rbs', line 584

def space_title
  @space_title
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def title
  @title
end