Class: Aws::Types::ConfluenceDocumentResource
- Inherits:
-
Object
- Object
- Aws::Types::ConfluenceDocumentResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#page_id ⇒ ::String
Returns the value of attribute page_id.
-
#space_key ⇒ ::String
Returns the value of attribute space_key.
-
#space_title ⇒ ::String
Returns the value of attribute space_title.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
562 563 564 |
# File 'sig/types.rbs', line 562 def name @name end |
#page_id ⇒ ::String
Returns the value of attribute page_id.
564 565 566 |
# File 'sig/types.rbs', line 564 def page_id @page_id end |
#space_key ⇒ ::String
Returns the value of attribute space_key.
563 564 565 |
# File 'sig/types.rbs', line 563 def space_key @space_key end |
#space_title ⇒ ::String
Returns the value of attribute space_title.
566 567 568 |
# File 'sig/types.rbs', line 566 def space_title @space_title end |
#title ⇒ ::String
Returns the value of attribute title.
565 566 567 |
# File 'sig/types.rbs', line 565 def title @title end |