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)


548
549
550
# File 'sig/types.rbs', line 548

def name
  @name
end

#page_id::String

Returns the value of attribute page_id.

Returns:

  • (::String)


551
552
553
# File 'sig/types.rbs', line 551

def page_id
  @page_id
end

#provider_resource_id::String

Returns the value of attribute provider_resource_id.

Returns:

  • (::String)


549
550
551
# File 'sig/types.rbs', line 549

def provider_resource_id
  @provider_resource_id
end

#space_key::String

Returns the value of attribute space_key.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def space_key
  @space_key
end

#space_title::String

Returns the value of attribute space_title.

Returns:

  • (::String)


553
554
555
# File 'sig/types.rbs', line 553

def space_title
  @space_title
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


552
553
554
# File 'sig/types.rbs', line 552

def title
  @title
end