Class: Aws::Types::ConfluenceDocumentMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ConfluenceDocumentMetadata
- 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.
-
#provider_resource_id ⇒ ::String
Returns the value of attribute provider_resource_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.
552 553 554 |
# File 'sig/types.rbs', line 552 def name @name end |
#page_id ⇒ ::String
Returns the value of attribute page_id.
555 556 557 |
# File 'sig/types.rbs', line 555 def page_id @page_id end |
#provider_resource_id ⇒ ::String
Returns the value of attribute provider_resource_id.
553 554 555 |
# File 'sig/types.rbs', line 553 def provider_resource_id @provider_resource_id end |
#space_key ⇒ ::String
Returns the value of attribute space_key.
554 555 556 |
# File 'sig/types.rbs', line 554 def space_key @space_key end |
#space_title ⇒ ::String
Returns the value of attribute space_title.
557 558 559 |
# File 'sig/types.rbs', line 557 def space_title @space_title end |
#title ⇒ ::String
Returns the value of attribute title.
556 557 558 |
# File 'sig/types.rbs', line 556 def title @title end |