Class: Aws::Types::ConfluenceDocumentMetadata

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)


570
571
572
# File 'sig/types.rbs', line 570

def name
  @name
end

#page_id::String

Returns the value of attribute page_id.

Returns:

  • (::String)


573
574
575
# File 'sig/types.rbs', line 573

def page_id
  @page_id
end

#provider_resource_id::String

Returns the value of attribute provider_resource_id.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def provider_resource_id
  @provider_resource_id
end

#space_key::String

Returns the value of attribute space_key.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def space_key
  @space_key
end

#space_title::String

Returns the value of attribute space_title.

Returns:

  • (::String)


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

def space_title
  @space_title
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


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

def title
  @title
end