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)


558
559
560
# File 'sig/types.rbs', line 558

def name
  @name
end

#page_id::String

Returns the value of attribute page_id.

Returns:

  • (::String)


560
561
562
# File 'sig/types.rbs', line 560

def page_id
  @page_id
end

#space_key::String

Returns the value of attribute space_key.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def space_key
  @space_key
end

#space_title::String

Returns the value of attribute space_title.

Returns:

  • (::String)


562
563
564
# File 'sig/types.rbs', line 562

def space_title
  @space_title
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def title
  @title
end